#FAE897

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

Shades of Picasso #FAE897

Tints of Picasso #FAE897

Color information

#FAE897 (or 0xFAE897) is unknown color: approx Picasso. HEX triplet: FA, E8 and 97. RGB value is (250,232,151). Sum of RGB (Red+Green+Blue) = 250+232+151=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 151 (59.38% from 255 or 23.85% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE897 is #051768. Grayscale: #E4E4E4. Windows color (decimal): -333673 or 9955578. OLE color: 9955578.

HSL color Cylindrical-coordinate representation of color #FAE897: hue angle of 49.09º 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 #FAE897 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250232151-
CMYK00.070.400.02
HSL49.09º90.83%78.63%-
HSV(B)49.09º39.6%98.04%-
XYZ73.8780.2740.88-
YUV228.1584.46143.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 232 (91.02% from 255) = 36.65%
BLUE value IS 151 (59.38% from 255) = 23.85%
R=39.49%
G=36.65%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023215100.070.400.0249.0990.8378.63
HexFAE89707282315b4f
Octal3723502270750261133117
Binary11111010111010001001011101111010001011000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE897; }

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

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

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

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

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

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

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

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