Shades of Picasso #FCED8B
Tints of Picasso #FCED8B
RGB
CMYK
RGB Variations
Color information
#FCED8B (or 0xFCED8B) is known color: Picasso. HEX triplet: FC, ED and 8B. RGB value is (252,237,139). Sum of RGB (Red+Green+Blue) = 252+237+139=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 139 (54.69% from 255 or 22.13% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED8B is #031274. Grayscale: #E6E6E6. Windows color (decimal): -201333 or 9170428. OLE color: 9170428.
HSL color Cylindrical-coordinate representation of color #FCED8B: hue angle of 52.04º 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 #FCED8B is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 139 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.01 |
| HSL | 52.04º | 0.95% | 0.77% | - |
| HSV(B) | 52.04º | 0.45% | 0.99% | - |
| XYZ | 75.09 | 83.13 | 36.51 | - |
| YUV | 230.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 139 | 0 | 0.06 | 0.45 | 0.01 | 52.04 | 0.95 | 0.77 |
| Hex | FC | ED | 8B | 0 | 6 | 2D | 1 | 34 | 5F | 4D |
| Octal | 374 | 355 | 213 | 0 | 6 | 55 | 1 | 64 | 137 | 115 |
| Binary | 11111100 | 11101101 | 10001011 | 0 | 110 | 101101 | 1 | 110100 | 1011111 | 1001101 |
Color Harmonies of #FCED8B
Complementary color
Monochromatic Colors of #FCED8B
Black with #FCED8B
Text Example
Text Example
White with #FCED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED8B; }
p { color: rgb(252,237,139); }
H1.HeaderClassName
{
color: #FCED8B;
}
.AnyTagClassName
{
color: #FCED8B;
}
</style>
background-color css
<style>
a { background-color: #FCED8B; }
a { background-color: rgb(252,237,139); }
div.DivClassName
{
background-color: #FCED8B;
}
.BgClassName
{
background-color: #FCED8B;
}
</style>
border-color css
<style>
span { border-color: #FCED8B; }
span { border-color: rgb(252,237,139); }
td.TdClassName
{
border-color: #FCED8B;
}
.TagClassName
{
border-color: #FCED8B;
}
</style>