Shades of Cumulus #FDF8BA
Tints of Cumulus #FDF8BA
RGB
CMYK
RGB Variations
Color information
#FDF8BA (or 0xFDF8BA) is known color: Cumulus. HEX triplet: FD, F8 and BA. RGB value is (253,248,186). Sum of RGB (Red+Green+Blue) = 253+248+186=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 186 (73.05% from 255 or 27.07% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8BA is #020745. Grayscale: #F2F2F2. Windows color (decimal): -132934 or 12253437. OLE color: 12253437.
HSL color Cylindrical-coordinate representation of color #FDF8BA: hue angle of 55.52º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDF8BA is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 186 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.01 |
| HSL | 55.52º | 0.94% | 0.86% | - |
| HSV(B) | 55.52º | 0.26% | 0.99% | - |
| XYZ | 82.94 | 91.56 | 59.76 | - |
| YUV | 242.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 186 | 0 | 0.02 | 0.26 | 0.01 | 55.52 | 0.94 | 0.86 |
| Hex | FD | F8 | BA | 0 | 2 | 1A | 1 | 38 | 5E | 56 |
| Octal | 375 | 370 | 272 | 0 | 2 | 32 | 1 | 70 | 136 | 126 |
| Binary | 11111101 | 11111000 | 10111010 | 0 | 10 | 11010 | 1 | 111000 | 1011110 | 1010110 |
Color Harmonies of #FDF8BA
Complementary color
Monochromatic Colors of #FDF8BA
Black with #FDF8BA
Text Example
Text Example
White with #FDF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8BA; }
p { color: rgb(253,248,186); }
H1.HeaderClassName
{
color: #FDF8BA;
}
.AnyTagClassName
{
color: #FDF8BA;
}
</style>
background-color css
<style>
a { background-color: #FDF8BA; }
a { background-color: rgb(253,248,186); }
div.DivClassName
{
background-color: #FDF8BA;
}
.BgClassName
{
background-color: #FDF8BA;
}
</style>
border-color css
<style>
span { border-color: #FDF8BA; }
span { border-color: rgb(253,248,186); }
td.TdClassName
{
border-color: #FDF8BA;
}
.TagClassName
{
border-color: #FDF8BA;
}
</style>