Shades of Cumulus #FCFDC2
Tints of Cumulus #FCFDC2
RGB
CMYK
RGB Variations
Color information
#FCFDC2 (or 0xFCFDC2) is known color: Cumulus. HEX triplet: FC, FD and C2. RGB value is (252,253,194). Sum of RGB (Red+Green+Blue) = 252+253+194=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 194 (76.17% from 255 or 27.75% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDC2 is #03023D. Grayscale: #F6F6F6. Windows color (decimal): -197182 or 12779004. OLE color: 12779004.
HSL color Cylindrical-coordinate representation of color #FCFDC2: hue angle of 61.02º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFDC2 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 194 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.01 |
| HSL | 61.02º | 0.94% | 0.88% | - |
| HSV(B) | 61.02º | 0.23% | 0.99% | - |
| XYZ | 85.01 | 94.84 | 64.86 | - |
| YUV | 245.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 194 | 0.00 | 0 | 0.23 | 0.01 | 61.02 | 0.94 | 0.88 |
| Hex | FC | FD | C2 | 0 | 0 | 17 | 1 | 3D | 5E | 58 |
| Octal | 374 | 375 | 302 | 0 | 0 | 27 | 1 | 75 | 136 | 130 |
| Binary | 11111100 | 11111101 | 11000010 | 0 | 0 | 10111 | 1 | 111101 | 1011110 | 1011000 |
Color Harmonies of #FCFDC2
Complementary color
Monochromatic Colors of #FCFDC2
Black with #FCFDC2
Text Example
Text Example
White with #FCFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDC2; }
p { color: rgb(252,253,194); }
H1.HeaderClassName
{
color: #FCFDC2;
}
.AnyTagClassName
{
color: #FCFDC2;
}
</style>
background-color css
<style>
a { background-color: #FCFDC2; }
a { background-color: rgb(252,253,194); }
div.DivClassName
{
background-color: #FCFDC2;
}
.BgClassName
{
background-color: #FCFDC2;
}
</style>
border-color css
<style>
span { border-color: #FCFDC2; }
span { border-color: rgb(252,253,194); }
td.TdClassName
{
border-color: #FCFDC2;
}
.TagClassName
{
border-color: #FCFDC2;
}
</style>