Shades of Picasso #FAEB96
Tints of Picasso #FAEB96
RGB
CMYK
RGB Variations
Color information
#FAEB96 (or 0xFAEB96) is known color: Picasso. HEX triplet: FA, EB and 96. RGB value is (250,235,150). Sum of RGB (Red+Green+Blue) = 250+235+150=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 150 (58.98% from 255 or 23.62% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB96 is #051469. Grayscale: #E6E6E6. Windows color (decimal): -332906 or 9890810. OLE color: 9890810.
HSL color Cylindrical-coordinate representation of color #FAEB96: hue angle of 51º 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 #FAEB96 is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 150 | - |
| CMYK | 0 | 0.06 | 0.4 | 0.02 |
| HSL | 51º | 0.91% | 0.78% | - |
| HSV(B) | 51º | 0.4% | 0.98% | - |
| XYZ | 74.64 | 81.94 | 40.74 | - |
| YUV | 229.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 150 | 0 | 0.06 | 0.4 | 0.02 | 51 | 0.91 | 0.78 |
| Hex | FA | EB | 96 | 0 | 6 | 28 | 2 | 33 | 5B | 4E |
| Octal | 372 | 353 | 226 | 0 | 6 | 50 | 2 | 63 | 133 | 116 |
| Binary | 11111010 | 11101011 | 10010110 | 0 | 110 | 101000 | 10 | 110011 | 1011011 | 1001110 |
Color Harmonies of #FAEB96
Complementary color
Monochromatic Colors of #FAEB96
Black with #FAEB96
Text Example
Text Example
White with #FAEB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEB96; }
p { color: rgb(250,235,150); }
H1.HeaderClassName
{
color: #FAEB96;
}
.AnyTagClassName
{
color: #FAEB96;
}
</style>
background-color css
<style>
a { background-color: #FAEB96; }
a { background-color: rgb(250,235,150); }
div.DivClassName
{
background-color: #FAEB96;
}
.BgClassName
{
background-color: #FAEB96;
}
</style>
border-color css
<style>
span { border-color: #FAEB96; }
span { border-color: rgb(250,235,150); }
td.TdClassName
{
border-color: #FAEB96;
}
.TagClassName
{
border-color: #FAEB96;
}
</style>