Shades of Picasso #FCEA8A
Tints of Picasso #FCEA8A
RGB
CMYK
RGB Variations
Color information
#FCEA8A (or 0xFCEA8A) is known color: Picasso. HEX triplet: FC, EA and 8A. RGB value is (252,234,138). Sum of RGB (Red+Green+Blue) = 252+234+138=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 138 (54.30% from 255 or 22.12% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA8A is #031575. Grayscale: #E4E4E4. Windows color (decimal): -202102 or 9104124. OLE color: 9104124.
HSL color Cylindrical-coordinate representation of color #FCEA8A: hue angle of 50.53º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCEA8A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 138 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.01 |
| HSL | 50.53º | 0.95% | 0.76% | - |
| HSV(B) | 50.53º | 0.45% | 0.99% | - |
| XYZ | 74.16 | 81.38 | 35.84 | - |
| YUV | 228.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 138 | 0 | 0.07 | 0.45 | 0.01 | 50.53 | 0.95 | 0.76 |
| Hex | FC | EA | 8A | 0 | 7 | 2D | 1 | 33 | 5F | 4C |
| Octal | 374 | 352 | 212 | 0 | 7 | 55 | 1 | 63 | 137 | 114 |
| Binary | 11111100 | 11101010 | 10001010 | 0 | 111 | 101101 | 1 | 110011 | 1011111 | 1001100 |
Color Harmonies of #FCEA8A
Complementary color
Monochromatic Colors of #FCEA8A
Black with #FCEA8A
Text Example
Text Example
White with #FCEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA8A; }
p { color: rgb(252,234,138); }
H1.HeaderClassName
{
color: #FCEA8A;
}
.AnyTagClassName
{
color: #FCEA8A;
}
</style>
background-color css
<style>
a { background-color: #FCEA8A; }
a { background-color: rgb(252,234,138); }
div.DivClassName
{
background-color: #FCEA8A;
}
.BgClassName
{
background-color: #FCEA8A;
}
</style>
border-color css
<style>
span { border-color: #FCEA8A; }
span { border-color: rgb(252,234,138); }
td.TdClassName
{
border-color: #FCEA8A;
}
.TagClassName
{
border-color: #FCEA8A;
}
</style>