Shades of Cumulus #FEFCC1
Tints of Cumulus #FEFCC1
RGB
CMYK
RGB Variations
Color information
#FEFCC1 (or 0xFEFCC1) is known color: Cumulus. HEX triplet: FE, FC and C1. RGB value is (254,252,193). Sum of RGB (Red+Green+Blue) = 254+252+193=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 193 (75.78% from 255 or 27.61% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFCC1 is #01033E. Grayscale: #F6F6F6. Windows color (decimal): -66367 or 12713214. OLE color: 12713214.
HSL color Cylindrical-coordinate representation of color #FEFCC1: hue angle of 58.03º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEFCC1 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 193 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.00 |
| HSL | 58.03º | 0.97% | 0.88% | - |
| HSV(B) | 58.03º | 0.24% | 1% | - |
| XYZ | 85.31 | 94.54 | 64.2 | - |
| YUV | 245.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 193 | 0 | 0.01 | 0.24 | 0.00 | 58.03 | 0.97 | 0.88 |
| Hex | FE | FC | C1 | 0 | 1 | 18 | 0 | 3A | 61 | 58 |
| Octal | 376 | 374 | 301 | 0 | 1 | 30 | 0 | 72 | 141 | 130 |
| Binary | 11111110 | 11111100 | 11000001 | 0 | 1 | 11000 | 0 | 111010 | 1100001 | 1011000 |
Color Harmonies of #FEFCC1
Complementary color
Monochromatic Colors of #FEFCC1
Black with #FEFCC1
Text Example
Text Example
White with #FEFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCC1; }
p { color: rgb(254,252,193); }
H1.HeaderClassName
{
color: #FEFCC1;
}
.AnyTagClassName
{
color: #FEFCC1;
}
</style>
background-color css
<style>
a { background-color: #FEFCC1; }
a { background-color: rgb(254,252,193); }
div.DivClassName
{
background-color: #FEFCC1;
}
.BgClassName
{
background-color: #FEFCC1;
}
</style>
border-color css
<style>
span { border-color: #FEFCC1; }
span { border-color: rgb(254,252,193); }
td.TdClassName
{
border-color: #FEFCC1;
}
.TagClassName
{
border-color: #FEFCC1;
}
</style>