Shades of Cumulus #FEFDC0
Tints of Cumulus #FEFDC0
RGB
CMYK
RGB Variations
Color information
#FEFDC0 (or 0xFEFDC0) is known color: Cumulus. HEX triplet: FE, FD and C0. RGB value is (254,253,192). Sum of RGB (Red+Green+Blue) = 254+253+192=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 192 (75.39% from 255 or 27.47% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC0 is #01023F. Grayscale: #F6F6F6. Windows color (decimal): -66112 or 12647934. OLE color: 12647934.
HSL color Cylindrical-coordinate representation of color #FEFDC0: hue angle of 59.03º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEFDC0 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 192 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.00 |
| HSL | 59.03º | 0.97% | 0.87% | - |
| HSV(B) | 59.03º | 0.24% | 1% | - |
| XYZ | 85.51 | 95.13 | 63.72 | - |
| YUV | 246.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 192 | 0 | 0.00 | 0.24 | 0.00 | 59.03 | 0.97 | 0.87 |
| Hex | FE | FD | C0 | 0 | 0 | 18 | 0 | 3B | 61 | 57 |
| Octal | 376 | 375 | 300 | 0 | 0 | 30 | 0 | 73 | 141 | 127 |
| Binary | 11111110 | 11111101 | 11000000 | 0 | 0 | 11000 | 0 | 111011 | 1100001 | 1010111 |
Color Harmonies of #FEFDC0
Complementary color
Monochromatic Colors of #FEFDC0
Black with #FEFDC0
Text Example
Text Example
White with #FEFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDC0; }
p { color: rgb(254,253,192); }
H1.HeaderClassName
{
color: #FEFDC0;
}
.AnyTagClassName
{
color: #FEFDC0;
}
</style>
background-color css
<style>
a { background-color: #FEFDC0; }
a { background-color: rgb(254,253,192); }
div.DivClassName
{
background-color: #FEFDC0;
}
.BgClassName
{
background-color: #FEFDC0;
}
</style>
border-color css
<style>
span { border-color: #FEFDC0; }
span { border-color: rgb(254,253,192); }
td.TdClassName
{
border-color: #FEFDC0;
}
.TagClassName
{
border-color: #FEFDC0;
}
</style>