Shades of Cumulus #FDFDC0
Tints of Cumulus #FDFDC0
RGB
CMYK
RGB Variations
Color information
#FDFDC0 (or 0xFDFDC0) is known color: Cumulus. HEX triplet: FD, FD and C0. RGB value is (253,253,192). Sum of RGB (Red+Green+Blue) = 253+253+192=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 192 (75.39% from 255 or 27.51% from 698); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDC0 is #02023F. Grayscale: #F6F6F6. Windows color (decimal): -131648 or 12647933. OLE color: 12647933.
HSL color Cylindrical-coordinate representation of color #FDFDC0: hue angle of 60º 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 #FDFDC0 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 192 | - |
CMYK | 0 | 0 | 0.24 | 0.01 |
HSL | 60º | 0.94% | 0.87% | - |
HSV(B) | 60º | 0.24% | 0.99% | - |
XYZ | 85.15 | 94.94 | 63.71 | - |
YUV | 246.05 | 97.5 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 192 | 0 | 0 | 0.24 | 0.01 | 60 | 0.94 | 0.87 |
Hex | FD | FD | C0 | 0 | 0 | 18 | 1 | 3C | 5E | 57 |
Octal | 375 | 375 | 300 | 0 | 0 | 30 | 1 | 74 | 136 | 127 |
Binary | 11111101 | 11111101 | 11000000 | 0 | 0 | 11000 | 1 | 111100 | 1011110 | 1010111 |
Color Harmonies of #FDFDC0
Complementary color
Monochromatic Colors of #FDFDC0
Black with #FDFDC0
Text Example
Text Example
White with #FDFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDC0; }
p { color: rgb(253,253,192); }
H1.HeaderClassName
{
color: #FDFDC0;
}
.AnyTagClassName
{
color: #FDFDC0;
}
</style>
background-color css
<style>
a { background-color: #FDFDC0; }
a { background-color: rgb(253,253,192); }
div.DivClassName
{
background-color: #FDFDC0;
}
.BgClassName
{
background-color: #FDFDC0;
}
</style>
border-color css
<style>
span { border-color: #FDFDC0; }
span { border-color: rgb(253,253,192); }
td.TdClassName
{
border-color: #FDFDC0;
}
.TagClassName
{
border-color: #FDFDC0;
}
</style>