Shades of Picasso #FBED8D
Tints of Picasso #FBED8D
RGB
CMYK
RGB Variations
Color information
#FBED8D (or 0xFBED8D) is known color: Picasso. HEX triplet: FB, ED and 8D. RGB value is (251,237,141). Sum of RGB (Red+Green+Blue) = 251+237+141=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 141 (55.47% from 255 or 22.42% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED8D is #041272. Grayscale: #E6E6E6. Windows color (decimal): -266867 or 9301499. OLE color: 9301499.
HSL color Cylindrical-coordinate representation of color #FBED8D: hue angle of 52.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBED8D is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 141 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.02 |
| HSL | 52.36º | 0.93% | 0.77% | - |
| HSV(B) | 52.36º | 0.44% | 0.98% | - |
| XYZ | 74.88 | 83 | 37.27 | - |
| YUV | 230.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 141 | 0 | 0.06 | 0.44 | 0.02 | 52.36 | 0.93 | 0.77 |
| Hex | FB | ED | 8D | 0 | 6 | 2C | 2 | 34 | 5D | 4D |
| Octal | 373 | 355 | 215 | 0 | 6 | 54 | 2 | 64 | 135 | 115 |
| Binary | 11111011 | 11101101 | 10001101 | 0 | 110 | 101100 | 10 | 110100 | 1011101 | 1001101 |
Color Harmonies of #FBED8D
Complementary color
Monochromatic Colors of #FBED8D
Black with #FBED8D
Text Example
Text Example
White with #FBED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED8D; }
p { color: rgb(251,237,141); }
H1.HeaderClassName
{
color: #FBED8D;
}
.AnyTagClassName
{
color: #FBED8D;
}
</style>
background-color css
<style>
a { background-color: #FBED8D; }
a { background-color: rgb(251,237,141); }
div.DivClassName
{
background-color: #FBED8D;
}
.BgClassName
{
background-color: #FBED8D;
}
</style>
border-color css
<style>
span { border-color: #FBED8D; }
span { border-color: rgb(251,237,141); }
td.TdClassName
{
border-color: #FBED8D;
}
.TagClassName
{
border-color: #FBED8D;
}
</style>