Shades of Cumulus #FDF9BC
Tints of Cumulus #FDF9BC
RGB
CMYK
RGB Variations
Color information
#FDF9BC (or 0xFDF9BC) is known color: Cumulus. HEX triplet: FD, F9 and BC. RGB value is (253,249,188). Sum of RGB (Red+Green+Blue) = 253+249+188=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 188 (73.83% from 255 or 27.25% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9BC is #020643. Grayscale: #F3F3F3. Windows color (decimal): -132676 or 12384765. OLE color: 12384765.
HSL color Cylindrical-coordinate representation of color #FDF9BC: hue angle of 56.31º 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 #FDF9BC is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 188 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.01 |
| HSL | 56.31º | 0.94% | 0.86% | - |
| HSV(B) | 56.31º | 0.26% | 0.99% | - |
| XYZ | 83.46 | 92.26 | 60.99 | - |
| YUV | 243.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 188 | 0 | 0.02 | 0.26 | 0.01 | 56.31 | 0.94 | 0.86 |
| Hex | FD | F9 | BC | 0 | 2 | 1A | 1 | 38 | 5E | 56 |
| Octal | 375 | 371 | 274 | 0 | 2 | 32 | 1 | 70 | 136 | 126 |
| Binary | 11111101 | 11111001 | 10111100 | 0 | 10 | 11010 | 1 | 111000 | 1011110 | 1010110 |
Color Harmonies of #FDF9BC
Complementary color
Monochromatic Colors of #FDF9BC
Black with #FDF9BC
Text Example
Text Example
White with #FDF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9BC; }
p { color: rgb(253,249,188); }
H1.HeaderClassName
{
color: #FDF9BC;
}
.AnyTagClassName
{
color: #FDF9BC;
}
</style>
background-color css
<style>
a { background-color: #FDF9BC; }
a { background-color: rgb(253,249,188); }
div.DivClassName
{
background-color: #FDF9BC;
}
.BgClassName
{
background-color: #FDF9BC;
}
</style>
border-color css
<style>
span { border-color: #FDF9BC; }
span { border-color: rgb(253,249,188); }
td.TdClassName
{
border-color: #FDF9BC;
}
.TagClassName
{
border-color: #FDF9BC;
}
</style>