Shades of Picasso #FCEE8B
Tints of Picasso #FCEE8B
RGB
CMYK
RGB Variations
Color information
#FCEE8B (or 0xFCEE8B) is known color: Picasso. HEX triplet: FC, EE and 8B. RGB value is (252,238,139). Sum of RGB (Red+Green+Blue) = 252+238+139=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 139 (54.69% from 255 or 22.10% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEE8B is #031174. Grayscale: #E7E7E7. Windows color (decimal): -201077 or 9170684. OLE color: 9170684.
HSL color Cylindrical-coordinate representation of color #FCEE8B: hue angle of 52.57º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCEE8B is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 139 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.01 |
| HSL | 52.57º | 0.95% | 0.77% | - |
| HSV(B) | 52.57º | 0.45% | 0.99% | - |
| XYZ | 75.38 | 83.71 | 36.61 | - |
| YUV | 230.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 139 | 0 | 0.06 | 0.45 | 0.01 | 52.57 | 0.95 | 0.77 |
| Hex | FC | EE | 8B | 0 | 6 | 2D | 1 | 35 | 5F | 4D |
| Octal | 374 | 356 | 213 | 0 | 6 | 55 | 1 | 65 | 137 | 115 |
| Binary | 11111100 | 11101110 | 10001011 | 0 | 110 | 101101 | 1 | 110101 | 1011111 | 1001101 |
Color Harmonies of #FCEE8B
Complementary color
Monochromatic Colors of #FCEE8B
Black with #FCEE8B
Text Example
Text Example
White with #FCEE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE8B; }
p { color: rgb(252,238,139); }
H1.HeaderClassName
{
color: #FCEE8B;
}
.AnyTagClassName
{
color: #FCEE8B;
}
</style>
background-color css
<style>
a { background-color: #FCEE8B; }
a { background-color: rgb(252,238,139); }
div.DivClassName
{
background-color: #FCEE8B;
}
.BgClassName
{
background-color: #FCEE8B;
}
</style>
border-color css
<style>
span { border-color: #FCEE8B; }
span { border-color: rgb(252,238,139); }
td.TdClassName
{
border-color: #FCEE8B;
}
.TagClassName
{
border-color: #FCEE8B;
}
</style>