#F2E697

Color #F2E697 Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #F2E697

Tints of Picasso #F2E697

Color information

#F2E697 (or 0xF2E697) is unknown color: approx Picasso. HEX triplet: F2, E6 and 97. RGB value is (242,230,151). Sum of RGB (Red+Green+Blue) = 242+230+151=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E697 is #0D1968. Grayscale: #E0E0E0. Windows color (decimal): -858473 or 9955058. OLE color: 9955058.

HSL color Cylindrical-coordinate representation of color #F2E697: hue angle of 52.09º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2E697 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242230151-
CMYK00.050.380.05
HSL52.09º77.78%77.06%-
HSV(B)52.09º37.6%94.9%-
XYZ70.577.7140.56-
YUV224.5886.48140.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 38.84%
GREEN value IS 230 (90.23% from 255) = 36.92%
BLUE value IS 151 (59.38% from 255) = 24.24%
R=38.84%
G=36.92%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223015100.050.380.0552.0977.7877.06
HexF2E69705265344e4d
Octal3623462270546564116115
Binary111100101110011010010111010110011010111010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E697; }

 p { color: rgb(242,230,151); }

 H1.HeaderClassName
 {
   color: #F2E697;
 }
 .AnyTagClassName
 {
   color: #F2E697;
 }
</style>
background-color css

<style>
 a { background-color: #F2E697; }

 a { background-color: rgb(242,230,151); }

 div.DivClassName
 {
   background-color: #F2E697;
 }
 .BgClassName
 {
   background-color: #F2E697;
 }
</style>
border-color css

<style>
 span { border-color: #F2E697; }

 span { border-color: rgb(242,230,151); }

 td.TdClassName
 {
   border-color: #F2E697;
 }
 .TagClassName
 {
   border-color: #F2E697;
 }
</style>