Shades of Picasso #FAED96
Tints of Picasso #FAED96
RGB
CMYK
RGB Variations
Color information
#FAED96 (or 0xFAED96) is known color: Picasso. HEX triplet: FA, ED and 96. RGB value is (250,237,150). Sum of RGB (Red+Green+Blue) = 250+237+150=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED96 is #051269. Grayscale: #E7E7E7. Windows color (decimal): -332394 or 9891322. OLE color: 9891322.
HSL color Cylindrical-coordinate representation of color #FAED96: hue angle of 52.2º 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 #FAED96 is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 150 | - |
| CMYK | 0 | 0.05 | 0.4 | 0.02 |
| HSL | 52.2º | 0.91% | 0.78% | - |
| HSV(B) | 52.2º | 0.4% | 0.98% | - |
| XYZ | 75.21 | 83.09 | 40.93 | - |
| YUV | 230.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 150 | 0 | 0.05 | 0.4 | 0.02 | 52.2 | 0.91 | 0.78 |
| Hex | FA | ED | 96 | 0 | 5 | 28 | 2 | 34 | 5B | 4E |
| Octal | 372 | 355 | 226 | 0 | 5 | 50 | 2 | 64 | 133 | 116 |
| Binary | 11111010 | 11101101 | 10010110 | 0 | 101 | 101000 | 10 | 110100 | 1011011 | 1001110 |
Color Harmonies of #FAED96
Complementary color
Monochromatic Colors of #FAED96
Black with #FAED96
Text Example
Text Example
White with #FAED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAED96; }
p { color: rgb(250,237,150); }
H1.HeaderClassName
{
color: #FAED96;
}
.AnyTagClassName
{
color: #FAED96;
}
</style>
background-color css
<style>
a { background-color: #FAED96; }
a { background-color: rgb(250,237,150); }
div.DivClassName
{
background-color: #FAED96;
}
.BgClassName
{
background-color: #FAED96;
}
</style>
border-color css
<style>
span { border-color: #FAED96; }
span { border-color: rgb(250,237,150); }
td.TdClassName
{
border-color: #FAED96;
}
.TagClassName
{
border-color: #FAED96;
}
</style>