Shades of Cumulus #FDF8B9
Tints of Cumulus #FDF8B9
RGB
CMYK
RGB Variations
Color information
#FDF8B9 (or 0xFDF8B9) is known color: Cumulus. HEX triplet: FD, F8 and B9. RGB value is (253,248,185). Sum of RGB (Red+Green+Blue) = 253+248+185=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 185 (72.66% from 255 or 26.97% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8B9 is #020746. Grayscale: #F2F2F2. Windows color (decimal): -132935 or 12187901. OLE color: 12187901.
HSL color Cylindrical-coordinate representation of color #FDF8B9: hue angle of 55.59º 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 #FDF8B9 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 185 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.01 |
| HSL | 55.59º | 0.94% | 0.86% | - |
| HSV(B) | 55.59º | 0.27% | 0.99% | - |
| XYZ | 82.83 | 91.52 | 59.2 | - |
| YUV | 242.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 185 | 0 | 0.02 | 0.27 | 0.01 | 55.59 | 0.94 | 0.86 |
| Hex | FD | F8 | B9 | 0 | 2 | 1B | 1 | 38 | 5E | 56 |
| Octal | 375 | 370 | 271 | 0 | 2 | 33 | 1 | 70 | 136 | 126 |
| Binary | 11111101 | 11111000 | 10111001 | 0 | 10 | 11011 | 1 | 111000 | 1011110 | 1010110 |
Color Harmonies of #FDF8B9
Complementary color
Monochromatic Colors of #FDF8B9
Black with #FDF8B9
Text Example
Text Example
White with #FDF8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8B9; }
p { color: rgb(253,248,185); }
H1.HeaderClassName
{
color: #FDF8B9;
}
.AnyTagClassName
{
color: #FDF8B9;
}
</style>
background-color css
<style>
a { background-color: #FDF8B9; }
a { background-color: rgb(253,248,185); }
div.DivClassName
{
background-color: #FDF8B9;
}
.BgClassName
{
background-color: #FDF8B9;
}
</style>
border-color css
<style>
span { border-color: #FDF8B9; }
span { border-color: rgb(253,248,185); }
td.TdClassName
{
border-color: #FDF8B9;
}
.TagClassName
{
border-color: #FDF8B9;
}
</style>