Shades of Picasso #FAE895
Tints of Picasso #FAE895
RGB
CMYK
RGB Variations
Color information
#FAE895 (or 0xFAE895) is known color: Picasso. HEX triplet: FA, E8 and 95. RGB value is (250,232,149). Sum of RGB (Red+Green+Blue) = 250+232+149=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 149 (58.59% from 255 or 23.61% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE895 is #05176A. Grayscale: #E4E4E4. Windows color (decimal): -333675 or 9824506. OLE color: 9824506.
HSL color Cylindrical-coordinate representation of color #FAE895: hue angle of 49.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAE895 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 149 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.02 |
| HSL | 49.31º | 0.91% | 0.78% | - |
| HSV(B) | 49.31º | 0.4% | 0.98% | - |
| XYZ | 73.71 | 80.21 | 40.03 | - |
| YUV | 227.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 149 | 0 | 0.07 | 0.40 | 0.02 | 49.31 | 0.91 | 0.78 |
| Hex | FA | E8 | 95 | 0 | 7 | 28 | 2 | 31 | 5B | 4E |
| Octal | 372 | 350 | 225 | 0 | 7 | 50 | 2 | 61 | 133 | 116 |
| Binary | 11111010 | 11101000 | 10010101 | 0 | 111 | 101000 | 10 | 110001 | 1011011 | 1001110 |
Color Harmonies of #FAE895
Complementary color
Monochromatic Colors of #FAE895
Black with #FAE895
Text Example
Text Example
White with #FAE895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE895; }
p { color: rgb(250,232,149); }
H1.HeaderClassName
{
color: #FAE895;
}
.AnyTagClassName
{
color: #FAE895;
}
</style>
background-color css
<style>
a { background-color: #FAE895; }
a { background-color: rgb(250,232,149); }
div.DivClassName
{
background-color: #FAE895;
}
.BgClassName
{
background-color: #FAE895;
}
</style>
border-color css
<style>
span { border-color: #FAE895; }
span { border-color: rgb(250,232,149); }
td.TdClassName
{
border-color: #FAE895;
}
.TagClassName
{
border-color: #FAE895;
}
</style>