Shades of Picasso #FAE898
Tints of Picasso #FAE898
RGB
CMYK
RGB Variations
Color information
#FAE898 (or 0xFAE898) is known color: Picasso. HEX triplet: FA, E8 and 98. RGB value is (250,232,152). Sum of RGB (Red+Green+Blue) = 250+232+152=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 152 (59.77% from 255 or 23.97% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE898 is #051767. Grayscale: #E4E4E4. Windows color (decimal): -333672 or 10021114. OLE color: 10021114.
HSL color Cylindrical-coordinate representation of color #FAE898: hue angle of 48.98º 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 #FAE898 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 152 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.02 |
| HSL | 48.98º | 0.91% | 0.79% | - |
| HSV(B) | 48.98º | 0.39% | 0.98% | - |
| XYZ | 73.95 | 80.3 | 41.31 | - |
| YUV | 228.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 152 | 0 | 0.07 | 0.39 | 0.02 | 48.98 | 0.91 | 0.79 |
| Hex | FA | E8 | 98 | 0 | 7 | 27 | 2 | 31 | 5B | 4F |
| Octal | 372 | 350 | 230 | 0 | 7 | 47 | 2 | 61 | 133 | 117 |
| Binary | 11111010 | 11101000 | 10011000 | 0 | 111 | 100111 | 10 | 110001 | 1011011 | 1001111 |
Color Harmonies of #FAE898
Complementary color
Monochromatic Colors of #FAE898
Black with #FAE898
Text Example
Text Example
White with #FAE898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE898; }
p { color: rgb(250,232,152); }
H1.HeaderClassName
{
color: #FAE898;
}
.AnyTagClassName
{
color: #FAE898;
}
</style>
background-color css
<style>
a { background-color: #FAE898; }
a { background-color: rgb(250,232,152); }
div.DivClassName
{
background-color: #FAE898;
}
.BgClassName
{
background-color: #FAE898;
}
</style>
border-color css
<style>
span { border-color: #FAE898; }
span { border-color: rgb(250,232,152); }
td.TdClassName
{
border-color: #FAE898;
}
.TagClassName
{
border-color: #FAE898;
}
</style>