Shades of Picasso #FBED96
Tints of Picasso #FBED96
RGB
CMYK
RGB Variations
Color information
#FBED96 (or 0xFBED96) is known color: Picasso. HEX triplet: FB, ED and 96. RGB value is (251,237,150). Sum of RGB (Red+Green+Blue) = 251+237+150=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED96 is #041269. Grayscale: #E7E7E7. Windows color (decimal): -266858 or 9891323. OLE color: 9891323.
HSL color Cylindrical-coordinate representation of color #FBED96: hue angle of 51.68º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBED96 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 150 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.02 |
| HSL | 51.68º | 0.93% | 0.79% | - |
| HSV(B) | 51.68º | 0.4% | 0.98% | - |
| XYZ | 75.57 | 83.28 | 40.95 | - |
| YUV | 231.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 150 | 0 | 0.06 | 0.40 | 0.02 | 51.68 | 0.93 | 0.79 |
| Hex | FB | ED | 96 | 0 | 6 | 28 | 2 | 34 | 5D | 4F |
| Octal | 373 | 355 | 226 | 0 | 6 | 50 | 2 | 64 | 135 | 117 |
| Binary | 11111011 | 11101101 | 10010110 | 0 | 110 | 101000 | 10 | 110100 | 1011101 | 1001111 |
Color Harmonies of #FBED96
Complementary color
Monochromatic Colors of #FBED96
Black with #FBED96
Text Example
Text Example
White with #FBED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED96; }
p { color: rgb(251,237,150); }
H1.HeaderClassName
{
color: #FBED96;
}
.AnyTagClassName
{
color: #FBED96;
}
</style>
background-color css
<style>
a { background-color: #FBED96; }
a { background-color: rgb(251,237,150); }
div.DivClassName
{
background-color: #FBED96;
}
.BgClassName
{
background-color: #FBED96;
}
</style>
border-color css
<style>
span { border-color: #FBED96; }
span { border-color: rgb(251,237,150); }
td.TdClassName
{
border-color: #FBED96;
}
.TagClassName
{
border-color: #FBED96;
}
</style>