Shades of Cumulus #FDF9BA
Tints of Cumulus #FDF9BA
RGB
CMYK
RGB Variations
Color information
#FDF9BA (or 0xFDF9BA) is known color: Cumulus. HEX triplet: FD, F9 and BA. RGB value is (253,249,186). Sum of RGB (Red+Green+Blue) = 253+249+186=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 186 (73.05% from 255 or 27.03% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9BA is #020645. Grayscale: #F3F3F3. Windows color (decimal): -132678 or 12253693. OLE color: 12253693.
HSL color Cylindrical-coordinate representation of color #FDF9BA: hue angle of 56.42º 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 #FDF9BA is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 186 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.01 |
| HSL | 56.42º | 0.94% | 0.86% | - |
| HSV(B) | 56.42º | 0.26% | 0.99% | - |
| XYZ | 83.25 | 92.18 | 59.86 | - |
| YUV | 243.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 186 | 0 | 0.02 | 0.26 | 0.01 | 56.42 | 0.94 | 0.86 |
| Hex | FD | F9 | BA | 0 | 2 | 1A | 1 | 38 | 5E | 56 |
| Octal | 375 | 371 | 272 | 0 | 2 | 32 | 1 | 70 | 136 | 126 |
| Binary | 11111101 | 11111001 | 10111010 | 0 | 10 | 11010 | 1 | 111000 | 1011110 | 1010110 |
Color Harmonies of #FDF9BA
Complementary color
Monochromatic Colors of #FDF9BA
Black with #FDF9BA
Text Example
Text Example
White with #FDF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9BA; }
p { color: rgb(253,249,186); }
H1.HeaderClassName
{
color: #FDF9BA;
}
.AnyTagClassName
{
color: #FDF9BA;
}
</style>
background-color css
<style>
a { background-color: #FDF9BA; }
a { background-color: rgb(253,249,186); }
div.DivClassName
{
background-color: #FDF9BA;
}
.BgClassName
{
background-color: #FDF9BA;
}
</style>
border-color css
<style>
span { border-color: #FDF9BA; }
span { border-color: rgb(253,249,186); }
td.TdClassName
{
border-color: #FDF9BA;
}
.TagClassName
{
border-color: #FDF9BA;
}
</style>