Shades of Picasso #FCEF90
Tints of Picasso #FCEF90
RGB
CMYK
RGB Variations
Color information
#FCEF90 (or 0xFCEF90) is known color: Picasso. HEX triplet: FC, EF and 90. RGB value is (252,239,144). Sum of RGB (Red+Green+Blue) = 252+239+144=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 144 (56.64% from 255 or 22.68% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEF90 is #03106F. Grayscale: #E8E8E8. Windows color (decimal): -200816 or 9498620. OLE color: 9498620.
HSL color Cylindrical-coordinate representation of color #FCEF90: hue angle of 52.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCEF90 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 144 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.01 |
| HSL | 52.78º | 0.95% | 0.78% | - |
| HSV(B) | 52.78º | 0.43% | 0.99% | - |
| XYZ | 76.05 | 84.44 | 38.68 | - |
| YUV | 232.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 144 | 0 | 0.05 | 0.43 | 0.01 | 52.78 | 0.95 | 0.78 |
| Hex | FC | EF | 90 | 0 | 5 | 2B | 1 | 35 | 5F | 4E |
| Octal | 374 | 357 | 220 | 0 | 5 | 53 | 1 | 65 | 137 | 116 |
| Binary | 11111100 | 11101111 | 10010000 | 0 | 101 | 101011 | 1 | 110101 | 1011111 | 1001110 |
Color Harmonies of #FCEF90
Complementary color
Monochromatic Colors of #FCEF90
Black with #FCEF90
Text Example
Text Example
White with #FCEF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF90; }
p { color: rgb(252,239,144); }
H1.HeaderClassName
{
color: #FCEF90;
}
.AnyTagClassName
{
color: #FCEF90;
}
</style>
background-color css
<style>
a { background-color: #FCEF90; }
a { background-color: rgb(252,239,144); }
div.DivClassName
{
background-color: #FCEF90;
}
.BgClassName
{
background-color: #FCEF90;
}
</style>
border-color css
<style>
span { border-color: #FCEF90; }
span { border-color: rgb(252,239,144); }
td.TdClassName
{
border-color: #FCEF90;
}
.TagClassName
{
border-color: #FCEF90;
}
</style>