#F5EB97

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

Shades of Picasso #F5EB97

Tints of Picasso #F5EB97

Color information

#F5EB97 (or 0xF5EB97) is unknown color: approx Picasso. HEX triplet: F5, EB and 97. RGB value is (245,235,151). Sum of RGB (Red+Green+Blue) = 245+235+151=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 151 (59.38% from 255 or 23.93% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EB97 is #0A1468. Grayscale: #E4E4E4. Windows color (decimal): -660585 or 9956341. OLE color: 9956341.

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

Color convert

RGB245235151-
CMYK00.040.380.04
HSL53.62º82.46%77.65%-
HSV(B)53.62º38.37%96.08%-
XYZ72.9581.0641.08-
YUV228.4184.31139.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.83%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 151 (59.38% from 255) = 23.93%
R=38.83%
G=37.24%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523515100.040.380.0453.6282.4677.65
HexF5EB970426436524e
Octal3653532270446466122116
Binary111101011110101110010111010010011010011011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB97; }

 p { color: rgb(245,235,151); }

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

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

 a { background-color: rgb(245,235,151); }

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

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

 span { border-color: rgb(245,235,151); }

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