Shades of Cumulus #FCFDC3
Tints of Cumulus #FCFDC3
RGB
CMYK
RGB Variations
Color information
#FCFDC3 (or 0xFCFDC3) is known color: Cumulus. HEX triplet: FC, FD and C3. RGB value is (252,253,195). Sum of RGB (Red+Green+Blue) = 252+253+195=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 195 (76.56% from 255 or 27.86% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDC3 is #03023C. Grayscale: #F6F6F6. Windows color (decimal): -197181 or 12844540. OLE color: 12844540.
HSL color Cylindrical-coordinate representation of color #FCFDC3: hue angle of 61.03º 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 #FCFDC3 is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 195 | - |
CMYK | 0.00 | 0 | 0.23 | 0.01 |
HSL | 61.03º | 0.94% | 0.88% | - |
HSV(B) | 61.03º | 0.23% | 0.99% | - |
XYZ | 85.12 | 94.89 | 65.46 | - |
YUV | 246.09 | 99.17 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 195 | 0.00 | 0 | 0.23 | 0.01 | 61.03 | 0.94 | 0.88 |
Hex | FC | FD | C3 | 0 | 0 | 17 | 1 | 3D | 5E | 58 |
Octal | 374 | 375 | 303 | 0 | 0 | 27 | 1 | 75 | 136 | 130 |
Binary | 11111100 | 11111101 | 11000011 | 0 | 0 | 10111 | 1 | 111101 | 1011110 | 1011000 |
Color Harmonies of #FCFDC3
Complementary color
Monochromatic Colors of #FCFDC3
Black with #FCFDC3
Text Example
Text Example
White with #FCFDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDC3; }
p { color: rgb(252,253,195); }
H1.HeaderClassName
{
color: #FCFDC3;
}
.AnyTagClassName
{
color: #FCFDC3;
}
</style>
background-color css
<style>
a { background-color: #FCFDC3; }
a { background-color: rgb(252,253,195); }
div.DivClassName
{
background-color: #FCFDC3;
}
.BgClassName
{
background-color: #FCFDC3;
}
</style>
border-color css
<style>
span { border-color: #FCFDC3; }
span { border-color: rgb(252,253,195); }
td.TdClassName
{
border-color: #FCFDC3;
}
.TagClassName
{
border-color: #FCFDC3;
}
</style>