Shades of Cumulus #FCFDC0
Tints of Cumulus #FCFDC0
RGB
CMYK
RGB Variations
Color information
#FCFDC0 (or 0xFCFDC0) is known color: Cumulus. HEX triplet: FC, FD and C0. RGB value is (252,253,192). Sum of RGB (Red+Green+Blue) = 252+253+192=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 192 (75.39% from 255 or 27.55% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDC0 is #03023F. Grayscale: #F5F5F5. Windows color (decimal): -197184 or 12647932. OLE color: 12647932.
HSL color Cylindrical-coordinate representation of color #FCFDC0: hue angle of 60.98º 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 #FCFDC0 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 192 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.01 |
| HSL | 60.98º | 0.94% | 0.87% | - |
| HSV(B) | 60.98º | 0.24% | 0.99% | - |
| XYZ | 84.78 | 94.75 | 63.69 | - |
| YUV | 245.75 | 97.67 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 192 | 0.00 | 0 | 0.24 | 0.01 | 60.98 | 0.94 | 0.87 |
| Hex | FC | FD | C0 | 0 | 0 | 18 | 1 | 3D | 5E | 57 |
| Octal | 374 | 375 | 300 | 0 | 0 | 30 | 1 | 75 | 136 | 127 |
| Binary | 11111100 | 11111101 | 11000000 | 0 | 0 | 11000 | 1 | 111101 | 1011110 | 1010111 |
Color Harmonies of #FCFDC0
Complementary color
Monochromatic Colors of #FCFDC0
Black with #FCFDC0
Text Example
Text Example
White with #FCFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDC0; }
p { color: rgb(252,253,192); }
H1.HeaderClassName
{
color: #FCFDC0;
}
.AnyTagClassName
{
color: #FCFDC0;
}
</style>
background-color css
<style>
a { background-color: #FCFDC0; }
a { background-color: rgb(252,253,192); }
div.DivClassName
{
background-color: #FCFDC0;
}
.BgClassName
{
background-color: #FCFDC0;
}
</style>
border-color css
<style>
span { border-color: #FCFDC0; }
span { border-color: rgb(252,253,192); }
td.TdClassName
{
border-color: #FCFDC0;
}
.TagClassName
{
border-color: #FCFDC0;
}
</style>