Shades of Picasso #FAEC90
Tints of Picasso #FAEC90
RGB
CMYK
RGB Variations
Color information
#FAEC90 (or 0xFAEC90) is known color: Picasso. HEX triplet: FA, EC and 90. RGB value is (250,236,144). Sum of RGB (Red+Green+Blue) = 250+236+144=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 144 (56.64% from 255 or 22.86% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC90 is #05136F. Grayscale: #E6E6E6. Windows color (decimal): -332656 or 9497850. OLE color: 9497850.
HSL color Cylindrical-coordinate representation of color #FAEC90: hue angle of 52.08º 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 #FAEC90 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 144 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.02 |
| HSL | 52.08º | 0.91% | 0.77% | - |
| HSV(B) | 52.08º | 0.42% | 0.98% | - |
| XYZ | 74.45 | 82.33 | 38.35 | - |
| YUV | 229.7 | 79.64 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 144 | 0 | 0.06 | 0.42 | 0.02 | 52.08 | 0.91 | 0.77 |
| Hex | FA | EC | 90 | 0 | 6 | 2A | 2 | 34 | 5B | 4D |
| Octal | 372 | 354 | 220 | 0 | 6 | 52 | 2 | 64 | 133 | 115 |
| Binary | 11111010 | 11101100 | 10010000 | 0 | 110 | 101010 | 10 | 110100 | 1011011 | 1001101 |
Color Harmonies of #FAEC90
Complementary color
Monochromatic Colors of #FAEC90
Black with #FAEC90
Text Example
Text Example
White with #FAEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC90; }
p { color: rgb(250,236,144); }
H1.HeaderClassName
{
color: #FAEC90;
}
.AnyTagClassName
{
color: #FAEC90;
}
</style>
background-color css
<style>
a { background-color: #FAEC90; }
a { background-color: rgb(250,236,144); }
div.DivClassName
{
background-color: #FAEC90;
}
.BgClassName
{
background-color: #FAEC90;
}
</style>
border-color css
<style>
span { border-color: #FAEC90; }
span { border-color: rgb(250,236,144); }
td.TdClassName
{
border-color: #FAEC90;
}
.TagClassName
{
border-color: #FAEC90;
}
</style>