size(400,400); background(100,100,100); smooth(); noStroke(); fill(200,200,200, 128); ellipseMode(CENTER_DIAMETER); ellipse(150,200, 150,150); ellipse(250,200, 150,150); fill(255,0,0, 128); ellipse(200,150, 150,150);