Shades of Cumulus #FDFCC4
Tints of Cumulus #FDFCC4
RGB
CMYK
RGB Variations
Color information
#FDFCC4 (or 0xFDFCC4) is known color: Cumulus. HEX triplet: FD, FC and C4. RGB value is (253,252,196). Sum of RGB (Red+Green+Blue) = 253+252+196=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 196 (76.95% from 255 or 27.96% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCC4 is #02033B. Grayscale: #F6F6F6. Windows color (decimal): -131900 or 12909821. OLE color: 12909821.
HSL color Cylindrical-coordinate representation of color #FDFCC4: hue angle of 58.95º degrees, saturation: 0.93, 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 #FDFCC4 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 196 | - |
CMYK | 0 | 0.00 | 0.23 | 0.01 |
HSL | 58.95º | 0.93% | 0.88% | - |
HSV(B) | 58.95º | 0.23% | 0.99% | - |
XYZ | 85.28 | 94.49 | 65.97 | - |
YUV | 245.92 | 99.83 | 133.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 196 | 0 | 0.00 | 0.23 | 0.01 | 58.95 | 0.93 | 0.88 |
Hex | FD | FC | C4 | 0 | 0 | 17 | 1 | 3B | 5D | 58 |
Octal | 375 | 374 | 304 | 0 | 0 | 27 | 1 | 73 | 135 | 130 |
Binary | 11111101 | 11111100 | 11000100 | 0 | 0 | 10111 | 1 | 111011 | 1011101 | 1011000 |
Color Harmonies of #FDFCC4
Complementary color
Monochromatic Colors of #FDFCC4
Black with #FDFCC4
Text Example
Text Example
White with #FDFCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCC4; }
p { color: rgb(253,252,196); }
H1.HeaderClassName
{
color: #FDFCC4;
}
.AnyTagClassName
{
color: #FDFCC4;
}
</style>
background-color css
<style>
a { background-color: #FDFCC4; }
a { background-color: rgb(253,252,196); }
div.DivClassName
{
background-color: #FDFCC4;
}
.BgClassName
{
background-color: #FDFCC4;
}
</style>
border-color css
<style>
span { border-color: #FDFCC4; }
span { border-color: rgb(253,252,196); }
td.TdClassName
{
border-color: #FDFCC4;
}
.TagClassName
{
border-color: #FDFCC4;
}
</style>