Shades of Picasso #FAEC91
Tints of Picasso #FAEC91
RGB
CMYK
RGB Variations
Color information
#FAEC91 (or 0xFAEC91) is known color: Picasso. HEX triplet: FA, EC and 91. RGB value is (250,236,145). Sum of RGB (Red+Green+Blue) = 250+236+145=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 145 (57.03% from 255 or 22.98% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC91 is #05136E. Grayscale: #E6E6E6. Windows color (decimal): -332655 or 9563386. OLE color: 9563386.
HSL color Cylindrical-coordinate representation of color #FAEC91: hue angle of 52º 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 #FAEC91 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 145 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.02 |
| HSL | 52º | 0.91% | 0.77% | - |
| HSV(B) | 52º | 0.42% | 0.98% | - |
| XYZ | 74.53 | 82.36 | 38.76 | - |
| YUV | 229.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 145 | 0 | 0.06 | 0.42 | 0.02 | 52 | 0.91 | 0.77 |
| Hex | FA | EC | 91 | 0 | 6 | 2A | 2 | 34 | 5B | 4D |
| Octal | 372 | 354 | 221 | 0 | 6 | 52 | 2 | 64 | 133 | 115 |
| Binary | 11111010 | 11101100 | 10010001 | 0 | 110 | 101010 | 10 | 110100 | 1011011 | 1001101 |
Color Harmonies of #FAEC91
Complementary color
Monochromatic Colors of #FAEC91
Black with #FAEC91
Text Example
Text Example
White with #FAEC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC91; }
p { color: rgb(250,236,145); }
H1.HeaderClassName
{
color: #FAEC91;
}
.AnyTagClassName
{
color: #FAEC91;
}
</style>
background-color css
<style>
a { background-color: #FAEC91; }
a { background-color: rgb(250,236,145); }
div.DivClassName
{
background-color: #FAEC91;
}
.BgClassName
{
background-color: #FAEC91;
}
</style>
border-color css
<style>
span { border-color: #FAEC91; }
span { border-color: rgb(250,236,145); }
td.TdClassName
{
border-color: #FAEC91;
}
.TagClassName
{
border-color: #FAEC91;
}
</style>