#FAEE91

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

Shades of Picasso #FAEE91

Tints of Picasso #FAEE91

Color information

#FAEE91 (or 0xFAEE91) is unknown color: approx Picasso. HEX triplet: FA, EE and 91. RGB value is (250,238,145). Sum of RGB (Red+Green+Blue) = 250+238+145=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 145 (57.03% from 255 or 22.91% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE91 is #05116E. Grayscale: #E7E7E7. Windows color (decimal): -332143 or 9563898. OLE color: 9563898.

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

Color convert

RGB250238145-
CMYK00.050.420.02
HSL53.14º91.3%77.45%-
HSV(B)53.14º42%98.04%-
XYZ75.1183.5238.95-
YUV230.9979.48141.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 145 (57.03% from 255) = 22.91%
R=39.49%
G=37.60%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023814500.050.420.0253.1491.377.45
HexFAEE91052A2355b4d
Octal3723562210552265133115
Binary11111010111011101001000101011010101011010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE91; }

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

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

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

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

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

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

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

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