Shades of Cumulus #FDFCC0
Tints of Cumulus #FDFCC0
RGB
CMYK
RGB Variations
Color information
#FDFCC0 (or 0xFDFCC0) is known color: Cumulus. HEX triplet: FD, FC and C0. RGB value is (253,252,192). Sum of RGB (Red+Green+Blue) = 253+252+192=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 192 (75.39% from 255 or 27.55% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCC0 is #02033F. Grayscale: #F5F5F5. Windows color (decimal): -131904 or 12647677. OLE color: 12647677.
HSL color Cylindrical-coordinate representation of color #FDFCC0: hue angle of 59.02º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDFCC0 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 192 | - |
CMYK | 0 | 0.00 | 0.24 | 0.01 |
HSL | 59.02º | 0.94% | 0.87% | - |
HSV(B) | 59.02º | 0.24% | 0.99% | - |
XYZ | 84.83 | 94.31 | 63.6 | - |
YUV | 245.46 | 97.83 | 133.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 192 | 0 | 0.00 | 0.24 | 0.01 | 59.02 | 0.94 | 0.87 |
Hex | FD | FC | C0 | 0 | 0 | 18 | 1 | 3B | 5E | 57 |
Octal | 375 | 374 | 300 | 0 | 0 | 30 | 1 | 73 | 136 | 127 |
Binary | 11111101 | 11111100 | 11000000 | 0 | 0 | 11000 | 1 | 111011 | 1011110 | 1010111 |
Color Harmonies of #FDFCC0
Complementary color
Monochromatic Colors of #FDFCC0
Black with #FDFCC0
Text Example
Text Example
White with #FDFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCC0; }
p { color: rgb(253,252,192); }
H1.HeaderClassName
{
color: #FDFCC0;
}
.AnyTagClassName
{
color: #FDFCC0;
}
</style>
background-color css
<style>
a { background-color: #FDFCC0; }
a { background-color: rgb(253,252,192); }
div.DivClassName
{
background-color: #FDFCC0;
}
.BgClassName
{
background-color: #FDFCC0;
}
</style>
border-color css
<style>
span { border-color: #FDFCC0; }
span { border-color: rgb(253,252,192); }
td.TdClassName
{
border-color: #FDFCC0;
}
.TagClassName
{
border-color: #FDFCC0;
}
</style>