Shades of Cumulus #FDFEB9
Tints of Cumulus #FDFEB9
RGB
CMYK
RGB Variations
Color information
#FDFEB9 (or 0xFDFEB9) is known color: Cumulus. HEX triplet: FD, FE and B9. RGB value is (253,254,185). Sum of RGB (Red+Green+Blue) = 253+254+185=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 185 (72.66% from 255 or 26.73% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB9 is #020146. Grayscale: #F6F6F6. Windows color (decimal): -131399 or 12189437. OLE color: 12189437.
HSL color Cylindrical-coordinate representation of color #FDFEB9: hue angle of 60.87º 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 #FDFEB9 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 185 | - |
CMYK | 0.00 | 0 | 0.27 | 0.00 |
HSL | 60.87º | 0.97% | 0.86% | - |
HSV(B) | 60.87º | 0.27% | 1% | - |
XYZ | 84.71 | 95.27 | 59.82 | - |
YUV | 245.84 | 93.67 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 185 | 0.00 | 0 | 0.27 | 0.00 | 60.87 | 0.97 | 0.86 |
Hex | FD | FE | B9 | 0 | 0 | 1B | 0 | 3D | 61 | 56 |
Octal | 375 | 376 | 271 | 0 | 0 | 33 | 0 | 75 | 141 | 126 |
Binary | 11111101 | 11111110 | 10111001 | 0 | 0 | 11011 | 0 | 111101 | 1100001 | 1010110 |
Color Harmonies of #FDFEB9
Complementary color
Monochromatic Colors of #FDFEB9
Black with #FDFEB9
Text Example
Text Example
White with #FDFEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEB9; }
p { color: rgb(253,254,185); }
H1.HeaderClassName
{
color: #FDFEB9;
}
.AnyTagClassName
{
color: #FDFEB9;
}
</style>
background-color css
<style>
a { background-color: #FDFEB9; }
a { background-color: rgb(253,254,185); }
div.DivClassName
{
background-color: #FDFEB9;
}
.BgClassName
{
background-color: #FDFEB9;
}
</style>
border-color css
<style>
span { border-color: #FDFEB9; }
span { border-color: rgb(253,254,185); }
td.TdClassName
{
border-color: #FDFEB9;
}
.TagClassName
{
border-color: #FDFEB9;
}
</style>