Shades of Picasso #FAE998
Tints of Picasso #FAE998
RGB
CMYK
RGB Variations
Color information
#FAE998 (or 0xFAE998) is known color: Picasso. HEX triplet: FA, E9 and 98. RGB value is (250,233,152). Sum of RGB (Red+Green+Blue) = 250+233+152=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 152 (59.77% from 255 or 23.94% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE998 is #051667. Grayscale: #E5E5E5. Windows color (decimal): -333416 or 10021370. OLE color: 10021370.
HSL color Cylindrical-coordinate representation of color #FAE998: hue angle of 49.59º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FAE998 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 152 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.02 |
| HSL | 49.59º | 0.91% | 0.79% | - |
| HSV(B) | 49.59º | 0.39% | 0.98% | - |
| XYZ | 74.23 | 80.87 | 41.4 | - |
| YUV | 228.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 152 | 0 | 0.07 | 0.39 | 0.02 | 49.59 | 0.91 | 0.79 |
| Hex | FA | E9 | 98 | 0 | 7 | 27 | 2 | 32 | 5B | 4F |
| Octal | 372 | 351 | 230 | 0 | 7 | 47 | 2 | 62 | 133 | 117 |
| Binary | 11111010 | 11101001 | 10011000 | 0 | 111 | 100111 | 10 | 110010 | 1011011 | 1001111 |
Color Harmonies of #FAE998
Complementary color
Monochromatic Colors of #FAE998
Black with #FAE998
Text Example
Text Example
White with #FAE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE998; }
p { color: rgb(250,233,152); }
H1.HeaderClassName
{
color: #FAE998;
}
.AnyTagClassName
{
color: #FAE998;
}
</style>
background-color css
<style>
a { background-color: #FAE998; }
a { background-color: rgb(250,233,152); }
div.DivClassName
{
background-color: #FAE998;
}
.BgClassName
{
background-color: #FAE998;
}
</style>
border-color css
<style>
span { border-color: #FAE998; }
span { border-color: rgb(250,233,152); }
td.TdClassName
{
border-color: #FAE998;
}
.TagClassName
{
border-color: #FAE998;
}
</style>