Shades of Cumulus #FEFEC2
Tints of Cumulus #FEFEC2
RGB
CMYK
RGB Variations
Color information
#FEFEC2 (or 0xFEFEC2) is known color: Cumulus. HEX triplet: FE, FE and C2. RGB value is (254,254,194). Sum of RGB (Red+Green+Blue) = 254+254+194=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 194 (76.17% from 255 or 27.64% from 702); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFEC2 is #01013D. Grayscale: #F7F7F7. Windows color (decimal): -65854 or 12779262. OLE color: 12779262.
HSL color Cylindrical-coordinate representation of color #FEFEC2: hue angle of 60º 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 #FEFEC2 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 194 | - |
| CMYK | 0 | 0 | 0.24 | 0.00 |
| HSL | 60º | 0.97% | 0.88% | - |
| HSV(B) | 60º | 0.24% | 1% | - |
| XYZ | 86.05 | 95.85 | 65 | - |
| YUV | 247.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 194 | 0 | 0 | 0.24 | 0.00 | 60 | 0.97 | 0.88 |
| Hex | FE | FE | C2 | 0 | 0 | 18 | 0 | 3C | 61 | 58 |
| Octal | 376 | 376 | 302 | 0 | 0 | 30 | 0 | 74 | 141 | 130 |
| Binary | 11111110 | 11111110 | 11000010 | 0 | 0 | 11000 | 0 | 111100 | 1100001 | 1011000 |
Color Harmonies of #FEFEC2
Complementary color
Monochromatic Colors of #FEFEC2
Black with #FEFEC2
Text Example
Text Example
White with #FEFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEC2; }
p { color: rgb(254,254,194); }
H1.HeaderClassName
{
color: #FEFEC2;
}
.AnyTagClassName
{
color: #FEFEC2;
}
</style>
background-color css
<style>
a { background-color: #FEFEC2; }
a { background-color: rgb(254,254,194); }
div.DivClassName
{
background-color: #FEFEC2;
}
.BgClassName
{
background-color: #FEFEC2;
}
</style>
border-color css
<style>
span { border-color: #FEFEC2; }
span { border-color: rgb(254,254,194); }
td.TdClassName
{
border-color: #FEFEC2;
}
.TagClassName
{
border-color: #FEFEC2;
}
</style>