Shades of Picasso #FCEE8A
Tints of Picasso #FCEE8A
RGB
CMYK
RGB Variations
Color information
#FCEE8A (or 0xFCEE8A) is known color: Picasso. HEX triplet: FC, EE and 8A. RGB value is (252,238,138). Sum of RGB (Red+Green+Blue) = 252+238+138=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 138 (54.30% from 255 or 21.97% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEE8A is #031175. Grayscale: #E7E7E7. Windows color (decimal): -201078 or 9105148. OLE color: 9105148.
HSL color Cylindrical-coordinate representation of color #FCEE8A: hue angle of 52.63º 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 #FCEE8A is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 138 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.01 |
| HSL | 52.63º | 0.95% | 0.76% | - |
| HSV(B) | 52.63º | 0.45% | 0.99% | - |
| XYZ | 75.31 | 83.68 | 36.23 | - |
| YUV | 230.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 138 | 0 | 0.06 | 0.45 | 0.01 | 52.63 | 0.95 | 0.76 |
| Hex | FC | EE | 8A | 0 | 6 | 2D | 1 | 35 | 5F | 4C |
| Octal | 374 | 356 | 212 | 0 | 6 | 55 | 1 | 65 | 137 | 114 |
| Binary | 11111100 | 11101110 | 10001010 | 0 | 110 | 101101 | 1 | 110101 | 1011111 | 1001100 |
Color Harmonies of #FCEE8A
Complementary color
Monochromatic Colors of #FCEE8A
Black with #FCEE8A
Text Example
Text Example
White with #FCEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE8A; }
p { color: rgb(252,238,138); }
H1.HeaderClassName
{
color: #FCEE8A;
}
.AnyTagClassName
{
color: #FCEE8A;
}
</style>
background-color css
<style>
a { background-color: #FCEE8A; }
a { background-color: rgb(252,238,138); }
div.DivClassName
{
background-color: #FCEE8A;
}
.BgClassName
{
background-color: #FCEE8A;
}
</style>
border-color css
<style>
span { border-color: #FCEE8A; }
span { border-color: rgb(252,238,138); }
td.TdClassName
{
border-color: #FCEE8A;
}
.TagClassName
{
border-color: #FCEE8A;
}
</style>