Shades of Picasso #FBEF8F
Tints of Picasso #FBEF8F
RGB
CMYK
RGB Variations
Color information
#FBEF8F (or 0xFBEF8F) is known color: Picasso. HEX triplet: FB, EF and 8F. RGB value is (251,239,143). Sum of RGB (Red+Green+Blue) = 251+239+143=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 143 (56.25% from 255 or 22.59% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEF8F is #041070. Grayscale: #E8E8E8. Windows color (decimal): -266353 or 9433083. OLE color: 9433083.
HSL color Cylindrical-coordinate representation of color #FBEF8F: hue angle of 53.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBEF8F is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 239 | 143 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.02 |
| HSL | 53.33º | 0.93% | 0.77% | - |
| HSV(B) | 53.33º | 0.43% | 0.98% | - |
| XYZ | 75.61 | 84.23 | 38.26 | - |
| YUV | 231.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 239 | 143 | 0 | 0.05 | 0.43 | 0.02 | 53.33 | 0.93 | 0.77 |
| Hex | FB | EF | 8F | 0 | 5 | 2B | 2 | 35 | 5D | 4D |
| Octal | 373 | 357 | 217 | 0 | 5 | 53 | 2 | 65 | 135 | 115 |
| Binary | 11111011 | 11101111 | 10001111 | 0 | 101 | 101011 | 10 | 110101 | 1011101 | 1001101 |
Color Harmonies of #FBEF8F
Complementary color
Monochromatic Colors of #FBEF8F
Black with #FBEF8F
Text Example
Text Example
White with #FBEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEF8F; }
p { color: rgb(251,239,143); }
H1.HeaderClassName
{
color: #FBEF8F;
}
.AnyTagClassName
{
color: #FBEF8F;
}
</style>
background-color css
<style>
a { background-color: #FBEF8F; }
a { background-color: rgb(251,239,143); }
div.DivClassName
{
background-color: #FBEF8F;
}
.BgClassName
{
background-color: #FBEF8F;
}
</style>
border-color css
<style>
span { border-color: #FBEF8F; }
span { border-color: rgb(251,239,143); }
td.TdClassName
{
border-color: #FBEF8F;
}
.TagClassName
{
border-color: #FBEF8F;
}
</style>