Shades of Picasso #FAEE8C
Tints of Picasso #FAEE8C
RGB
CMYK
RGB Variations
Color information
#FAEE8C (or 0xFAEE8C) is known color: Picasso. HEX triplet: FA, EE and 8C. RGB value is (250,238,140). Sum of RGB (Red+Green+Blue) = 250+238+140=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE8C is #051173. Grayscale: #E6E6E6. Windows color (decimal): -332148 or 9236218. OLE color: 9236218.
HSL color Cylindrical-coordinate representation of color #FAEE8C: hue angle of 53.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAEE8C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 140 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.02 |
| HSL | 53.45º | 0.92% | 0.76% | - |
| HSV(B) | 53.45º | 0.44% | 0.98% | - |
| XYZ | 74.73 | 83.37 | 36.96 | - |
| YUV | 230.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 140 | 0 | 0.05 | 0.44 | 0.02 | 53.45 | 0.92 | 0.76 |
| Hex | FA | EE | 8C | 0 | 5 | 2C | 2 | 35 | 5C | 4C |
| Octal | 372 | 356 | 214 | 0 | 5 | 54 | 2 | 65 | 134 | 114 |
| Binary | 11111010 | 11101110 | 10001100 | 0 | 101 | 101100 | 10 | 110101 | 1011100 | 1001100 |
Color Harmonies of #FAEE8C
Complementary color
Monochromatic Colors of #FAEE8C
Black with #FAEE8C
Text Example
Text Example
White with #FAEE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEE8C; }
p { color: rgb(250,238,140); }
H1.HeaderClassName
{
color: #FAEE8C;
}
.AnyTagClassName
{
color: #FAEE8C;
}
</style>
background-color css
<style>
a { background-color: #FAEE8C; }
a { background-color: rgb(250,238,140); }
div.DivClassName
{
background-color: #FAEE8C;
}
.BgClassName
{
background-color: #FAEE8C;
}
</style>
border-color css
<style>
span { border-color: #FAEE8C; }
span { border-color: rgb(250,238,140); }
td.TdClassName
{
border-color: #FAEE8C;
}
.TagClassName
{
border-color: #FAEE8C;
}
</style>