Shades of Cumulus #FDFBB9
Tints of Cumulus #FDFBB9
RGB
CMYK
RGB Variations
Color information
#FDFBB9 (or 0xFDFBB9) is known color: Cumulus. HEX triplet: FD, FB and B9. RGB value is (253,251,185). Sum of RGB (Red+Green+Blue) = 253+251+185=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 185 (72.66% from 255 or 26.85% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBB9 is #020446. Grayscale: #F4F4F4. Windows color (decimal): -132167 or 12188669. OLE color: 12188669.
HSL color Cylindrical-coordinate representation of color #FDFBB9: hue angle of 58.24º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDFBB9 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 185 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.01 |
| HSL | 58.24º | 0.94% | 0.86% | - |
| HSV(B) | 58.24º | 0.27% | 0.99% | - |
| XYZ | 83.76 | 93.38 | 59.51 | - |
| YUV | 244.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 185 | 0 | 0.01 | 0.27 | 0.01 | 58.24 | 0.94 | 0.86 |
| Hex | FD | FB | B9 | 0 | 1 | 1B | 1 | 3A | 5E | 56 |
| Octal | 375 | 373 | 271 | 0 | 1 | 33 | 1 | 72 | 136 | 126 |
| Binary | 11111101 | 11111011 | 10111001 | 0 | 1 | 11011 | 1 | 111010 | 1011110 | 1010110 |
Color Harmonies of #FDFBB9
Complementary color
Monochromatic Colors of #FDFBB9
Black with #FDFBB9
Text Example
Text Example
White with #FDFBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBB9; }
p { color: rgb(253,251,185); }
H1.HeaderClassName
{
color: #FDFBB9;
}
.AnyTagClassName
{
color: #FDFBB9;
}
</style>
background-color css
<style>
a { background-color: #FDFBB9; }
a { background-color: rgb(253,251,185); }
div.DivClassName
{
background-color: #FDFBB9;
}
.BgClassName
{
background-color: #FDFBB9;
}
</style>
border-color css
<style>
span { border-color: #FDFBB9; }
span { border-color: rgb(253,251,185); }
td.TdClassName
{
border-color: #FDFBB9;
}
.TagClassName
{
border-color: #FDFBB9;
}
</style>