Shades of Picasso #FBED92
Tints of Picasso #FBED92
RGB
CMYK
RGB Variations
Color information
#FBED92 (or 0xFBED92) is known color: Picasso. HEX triplet: FB, ED and 92. RGB value is (251,237,146). Sum of RGB (Red+Green+Blue) = 251+237+146=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 146 (57.42% from 255 or 23.03% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED92 is #04126D. Grayscale: #E7E7E7. Windows color (decimal): -266862 or 9629179. OLE color: 9629179.
HSL color Cylindrical-coordinate representation of color #FBED92: hue angle of 52º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FBED92 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 146 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.02 |
| HSL | 52º | 0.93% | 0.78% | - |
| HSV(B) | 52º | 0.42% | 0.98% | - |
| XYZ | 75.26 | 83.15 | 39.28 | - |
| YUV | 230.81 | 80.14 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 146 | 0 | 0.06 | 0.42 | 0.02 | 52 | 0.93 | 0.78 |
| Hex | FB | ED | 92 | 0 | 6 | 2A | 2 | 34 | 5D | 4E |
| Octal | 373 | 355 | 222 | 0 | 6 | 52 | 2 | 64 | 135 | 116 |
| Binary | 11111011 | 11101101 | 10010010 | 0 | 110 | 101010 | 10 | 110100 | 1011101 | 1001110 |
Color Harmonies of #FBED92
Complementary color
Monochromatic Colors of #FBED92
Black with #FBED92
Text Example
Text Example
White with #FBED92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED92; }
p { color: rgb(251,237,146); }
H1.HeaderClassName
{
color: #FBED92;
}
.AnyTagClassName
{
color: #FBED92;
}
</style>
background-color css
<style>
a { background-color: #FBED92; }
a { background-color: rgb(251,237,146); }
div.DivClassName
{
background-color: #FBED92;
}
.BgClassName
{
background-color: #FBED92;
}
</style>
border-color css
<style>
span { border-color: #FBED92; }
span { border-color: rgb(251,237,146); }
td.TdClassName
{
border-color: #FBED92;
}
.TagClassName
{
border-color: #FBED92;
}
</style>