Shades of Picasso #FCEF8F
Tints of Picasso #FCEF8F
RGB
CMYK
RGB Variations
Color information
#FCEF8F (or 0xFCEF8F) is known color: Picasso. HEX triplet: FC, EF and 8F. RGB value is (252,239,143). Sum of RGB (Red+Green+Blue) = 252+239+143=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 143 (56.25% from 255 or 22.56% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEF8F is #031070. Grayscale: #E8E8E8. Windows color (decimal): -200817 or 9433084. OLE color: 9433084.
HSL color Cylindrical-coordinate representation of color #FCEF8F: hue angle of 52.84º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCEF8F is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 143 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.01 |
| HSL | 52.84º | 0.95% | 0.77% | - |
| HSV(B) | 52.84º | 0.43% | 0.99% | - |
| XYZ | 75.97 | 84.41 | 38.28 | - |
| YUV | 231.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 143 | 0 | 0.05 | 0.43 | 0.01 | 52.84 | 0.95 | 0.77 |
| Hex | FC | EF | 8F | 0 | 5 | 2B | 1 | 35 | 5F | 4D |
| Octal | 374 | 357 | 217 | 0 | 5 | 53 | 1 | 65 | 137 | 115 |
| Binary | 11111100 | 11101111 | 10001111 | 0 | 101 | 101011 | 1 | 110101 | 1011111 | 1001101 |
Color Harmonies of #FCEF8F
Complementary color
Monochromatic Colors of #FCEF8F
Black with #FCEF8F
Text Example
Text Example
White with #FCEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF8F; }
p { color: rgb(252,239,143); }
H1.HeaderClassName
{
color: #FCEF8F;
}
.AnyTagClassName
{
color: #FCEF8F;
}
</style>
background-color css
<style>
a { background-color: #FCEF8F; }
a { background-color: rgb(252,239,143); }
div.DivClassName
{
background-color: #FCEF8F;
}
.BgClassName
{
background-color: #FCEF8F;
}
</style>
border-color css
<style>
span { border-color: #FCEF8F; }
span { border-color: rgb(252,239,143); }
td.TdClassName
{
border-color: #FCEF8F;
}
.TagClassName
{
border-color: #FCEF8F;
}
</style>