#F0E896

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

Shades of Picasso #F0E896

Tints of Picasso #F0E896

Color information

#F0E896 (or 0xF0E896) is unknown color: approx Picasso. HEX triplet: F0, E8 and 96. RGB value is (240,232,150). Sum of RGB (Red+Green+Blue) = 240+232+150=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E896 is #0F1769. Grayscale: #E1E1E1. Windows color (decimal): -989034 or 9890032. OLE color: 9890032.

HSL color Cylindrical-coordinate representation of color #F0E896: hue angle of 54.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0E896 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240232150-
CMYK00.030.370.06
HSL54.67º75%76.47%-
HSV(B)54.67º37.5%94.12%-
XYZ70.378.4440.29-
YUV225.0485.65138.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 232 (91.02% from 255) = 37.30%
BLUE value IS 150 (58.98% from 255) = 24.12%
R=38.59%
G=37.30%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023215000.030.370.0654.677576.47
HexF0E89603256374b4c
Octal3603502260345667113114
Binary11110000111010001001011001110010111011011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E896; }

 p { color: rgb(240,232,150); }

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

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

 a { background-color: rgb(240,232,150); }

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

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

 span { border-color: rgb(240,232,150); }

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