Shades of Cumulus #FEFDB9
Tints of Cumulus #FEFDB9
RGB
CMYK
RGB Variations
Color information
#FEFDB9 (or 0xFEFDB9) is known color: Cumulus. HEX triplet: FE, FD and B9. RGB value is (254,253,185). Sum of RGB (Red+Green+Blue) = 254+253+185=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 185 (72.66% from 255 or 26.73% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDB9 is #010246. Grayscale: #F5F5F5. Windows color (decimal): -66119 or 12189182. OLE color: 12189182.
HSL color Cylindrical-coordinate representation of color #FEFDB9: hue angle of 59.13º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEFDB9 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 185 | - |
CMYK | 0 | 0.00 | 0.27 | 0.00 |
HSL | 59.13º | 0.97% | 0.86% | - |
HSV(B) | 59.13º | 0.27% | 1% | - |
XYZ | 84.76 | 94.82 | 59.73 | - |
YUV | 245.55 | 93.83 | 134.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 185 | 0 | 0.00 | 0.27 | 0.00 | 59.13 | 0.97 | 0.86 |
Hex | FE | FD | B9 | 0 | 0 | 1B | 0 | 3B | 61 | 56 |
Octal | 376 | 375 | 271 | 0 | 0 | 33 | 0 | 73 | 141 | 126 |
Binary | 11111110 | 11111101 | 10111001 | 0 | 0 | 11011 | 0 | 111011 | 1100001 | 1010110 |
Color Harmonies of #FEFDB9
Complementary color
Monochromatic Colors of #FEFDB9
Black with #FEFDB9
Text Example
Text Example
White with #FEFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDB9; }
p { color: rgb(254,253,185); }
H1.HeaderClassName
{
color: #FEFDB9;
}
.AnyTagClassName
{
color: #FEFDB9;
}
</style>
background-color css
<style>
a { background-color: #FEFDB9; }
a { background-color: rgb(254,253,185); }
div.DivClassName
{
background-color: #FEFDB9;
}
.BgClassName
{
background-color: #FEFDB9;
}
</style>
border-color css
<style>
span { border-color: #FEFDB9; }
span { border-color: rgb(254,253,185); }
td.TdClassName
{
border-color: #FEFDB9;
}
.TagClassName
{
border-color: #FEFDB9;
}
</style>