Shades of Picasso #FBED93
Tints of Picasso #FBED93
RGB
CMYK
RGB Variations
Color information
#FBED93 (or 0xFBED93) is known color: Picasso. HEX triplet: FB, ED and 93. RGB value is (251,237,147). Sum of RGB (Red+Green+Blue) = 251+237+147=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 147 (57.81% from 255 or 23.15% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED93 is #04126C. Grayscale: #E7E7E7. Windows color (decimal): -266861 or 9694715. OLE color: 9694715.
HSL color Cylindrical-coordinate representation of color #FBED93: hue angle of 51.92º 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 #FBED93 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 147 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.02 |
| HSL | 51.92º | 0.93% | 0.78% | - |
| HSV(B) | 51.92º | 0.41% | 0.98% | - |
| XYZ | 75.33 | 83.18 | 39.69 | - |
| YUV | 230.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 147 | 0 | 0.06 | 0.41 | 0.02 | 51.92 | 0.93 | 0.78 |
| Hex | FB | ED | 93 | 0 | 6 | 29 | 2 | 34 | 5D | 4E |
| Octal | 373 | 355 | 223 | 0 | 6 | 51 | 2 | 64 | 135 | 116 |
| Binary | 11111011 | 11101101 | 10010011 | 0 | 110 | 101001 | 10 | 110100 | 1011101 | 1001110 |
Color Harmonies of #FBED93
Complementary color
Monochromatic Colors of #FBED93
Black with #FBED93
Text Example
Text Example
White with #FBED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED93; }
p { color: rgb(251,237,147); }
H1.HeaderClassName
{
color: #FBED93;
}
.AnyTagClassName
{
color: #FBED93;
}
</style>
background-color css
<style>
a { background-color: #FBED93; }
a { background-color: rgb(251,237,147); }
div.DivClassName
{
background-color: #FBED93;
}
.BgClassName
{
background-color: #FBED93;
}
</style>
border-color css
<style>
span { border-color: #FBED93; }
span { border-color: rgb(251,237,147); }
td.TdClassName
{
border-color: #FBED93;
}
.TagClassName
{
border-color: #FBED93;
}
</style>