Shades of Picasso #FBED94
Tints of Picasso #FBED94
RGB
CMYK
RGB Variations
Color information
#FBED94 (or 0xFBED94) is known color: Picasso. HEX triplet: FB, ED and 94. RGB value is (251,237,148). Sum of RGB (Red+Green+Blue) = 251+237+148=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 148 (58.20% from 255 or 23.27% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED94 is #04126B. Grayscale: #E7E7E7. Windows color (decimal): -266860 or 9760251. OLE color: 9760251.
HSL color Cylindrical-coordinate representation of color #FBED94: hue angle of 51.84º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBED94 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 148 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.02 |
| HSL | 51.84º | 0.93% | 0.78% | - |
| HSV(B) | 51.84º | 0.41% | 0.98% | - |
| XYZ | 75.41 | 83.22 | 40.1 | - |
| YUV | 231.04 | 81.14 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 148 | 0 | 0.06 | 0.41 | 0.02 | 51.84 | 0.93 | 0.78 |
| Hex | FB | ED | 94 | 0 | 6 | 29 | 2 | 34 | 5D | 4E |
| Octal | 373 | 355 | 224 | 0 | 6 | 51 | 2 | 64 | 135 | 116 |
| Binary | 11111011 | 11101101 | 10010100 | 0 | 110 | 101001 | 10 | 110100 | 1011101 | 1001110 |
Color Harmonies of #FBED94
Complementary color
Monochromatic Colors of #FBED94
Black with #FBED94
Text Example
Text Example
White with #FBED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED94; }
p { color: rgb(251,237,148); }
H1.HeaderClassName
{
color: #FBED94;
}
.AnyTagClassName
{
color: #FBED94;
}
</style>
background-color css
<style>
a { background-color: #FBED94; }
a { background-color: rgb(251,237,148); }
div.DivClassName
{
background-color: #FBED94;
}
.BgClassName
{
background-color: #FBED94;
}
</style>
border-color css
<style>
span { border-color: #FBED94; }
span { border-color: rgb(251,237,148); }
td.TdClassName
{
border-color: #FBED94;
}
.TagClassName
{
border-color: #FBED94;
}
</style>