Shades of Cumulus #FDFAB9
Tints of Cumulus #FDFAB9
RGB
CMYK
RGB Variations
Color information
#FDFAB9 (or 0xFDFAB9) is known color: Cumulus. HEX triplet: FD, FA and B9. RGB value is (253,250,185). Sum of RGB (Red+Green+Blue) = 253+250+185=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 185 (72.66% from 255 or 26.89% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAB9 is #020546. Grayscale: #F3F3F3. Windows color (decimal): -132423 or 12188413. OLE color: 12188413.
HSL color Cylindrical-coordinate representation of color #FDFAB9: hue angle of 57.35º 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 #FDFAB9 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 185 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.01 |
| HSL | 57.35º | 0.94% | 0.86% | - |
| HSV(B) | 57.35º | 0.27% | 0.99% | - |
| XYZ | 83.45 | 92.76 | 59.4 | - |
| YUV | 243.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 185 | 0 | 0.01 | 0.27 | 0.01 | 57.35 | 0.94 | 0.86 |
| Hex | FD | FA | B9 | 0 | 1 | 1B | 1 | 39 | 5E | 56 |
| Octal | 375 | 372 | 271 | 0 | 1 | 33 | 1 | 71 | 136 | 126 |
| Binary | 11111101 | 11111010 | 10111001 | 0 | 1 | 11011 | 1 | 111001 | 1011110 | 1010110 |
Color Harmonies of #FDFAB9
Complementary color
Monochromatic Colors of #FDFAB9
Black with #FDFAB9
Text Example
Text Example
White with #FDFAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAB9; }
p { color: rgb(253,250,185); }
H1.HeaderClassName
{
color: #FDFAB9;
}
.AnyTagClassName
{
color: #FDFAB9;
}
</style>
background-color css
<style>
a { background-color: #FDFAB9; }
a { background-color: rgb(253,250,185); }
div.DivClassName
{
background-color: #FDFAB9;
}
.BgClassName
{
background-color: #FDFAB9;
}
</style>
border-color css
<style>
span { border-color: #FDFAB9; }
span { border-color: rgb(253,250,185); }
td.TdClassName
{
border-color: #FDFAB9;
}
.TagClassName
{
border-color: #FDFAB9;
}
</style>