#FAEE97

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

Shades of Picasso #FAEE97

Tints of Picasso #FAEE97

Color information

#FAEE97 (or 0xFAEE97) is unknown color: approx Picasso. HEX triplet: FA, EE and 97. RGB value is (250,238,151). Sum of RGB (Red+Green+Blue) = 250+238+151=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 151 (59.38% from 255 or 23.63% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE97 is #051168. Grayscale: #E8E8E8. Windows color (decimal): -332137 or 9957114. OLE color: 9957114.

HSL color Cylindrical-coordinate representation of color #FAEE97: hue angle of 52.73º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAEE97 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250238151-
CMYK00.050.400.02
HSL52.73º90.83%78.63%-
HSV(B)52.73º39.6%98.04%-
XYZ75.5883.7141.45-
YUV231.6782.48141.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 151 (59.38% from 255) = 23.63%
R=39.12%
G=37.25%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023815100.050.400.0252.7390.8378.63
HexFAEE9705282355b4f
Octal3723562270550265133117
Binary11111010111011101001011101011010001011010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE97; }

 p { color: rgb(250,238,151); }

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

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

 a { background-color: rgb(250,238,151); }

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

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

 span { border-color: rgb(250,238,151); }

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