Shades of Cumulus #FFFDC0
Tints of Cumulus #FFFDC0
RGB
CMYK
RGB Variations
Color information
#FFFDC0 (or 0xFFFDC0) is known color: Cumulus. HEX triplet: FF, FD and C0. RGB value is (255,253,192). Sum of RGB (Red+Green+Blue) = 255+253+192=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 192 (75.39% from 255 or 27.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDC0 is #00023F. Grayscale: #F6F6F6. Windows color (decimal): -576 or 12647935. OLE color: 12647935.
HSL color Cylindrical-coordinate representation of color #FFFDC0: hue angle of 58.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFFDC0 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 192 | - |
| CMYK | 0 | 0.01 | 0.25 | 0 |
| HSL | 58.1º | 1% | 0.88% | - |
| HSV(B) | 58.1º | 0.25% | 1% | - |
| XYZ | 85.88 | 95.32 | 63.74 | - |
| YUV | 246.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 192 | 0 | 0.01 | 0.25 | 0 | 58.1 | 1 | 0.88 |
| Hex | FF | FD | C0 | 0 | 1 | 19 | 0 | 3A | 64 | 58 |
| Octal | 377 | 375 | 300 | 0 | 1 | 31 | 0 | 72 | 144 | 130 |
| Binary | 11111111 | 11111101 | 11000000 | 0 | 1 | 11001 | 0 | 111010 | 1100100 | 1011000 |
Color Harmonies of #FFFDC0
Complementary color
Monochromatic Colors of #FFFDC0
Black with #FFFDC0
Text Example
Text Example
White with #FFFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDC0; }
p { color: rgb(255,253,192); }
H1.HeaderClassName
{
color: #FFFDC0;
}
.AnyTagClassName
{
color: #FFFDC0;
}
</style>
background-color css
<style>
a { background-color: #FFFDC0; }
a { background-color: rgb(255,253,192); }
div.DivClassName
{
background-color: #FFFDC0;
}
.BgClassName
{
background-color: #FFFDC0;
}
</style>
border-color css
<style>
span { border-color: #FFFDC0; }
span { border-color: rgb(255,253,192); }
td.TdClassName
{
border-color: #FFFDC0;
}
.TagClassName
{
border-color: #FFFDC0;
}
</style>