Shades of Cumulus #FFFDB9
Tints of Cumulus #FFFDB9
RGB
CMYK
RGB Variations
Color information
#FFFDB9 (or 0xFFFDB9) is known color: Cumulus. HEX triplet: FF, FD and B9. RGB value is (255,253,185). Sum of RGB (Red+Green+Blue) = 255+253+185=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 185 (72.66% from 255 or 26.70% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDB9 is #000246. Grayscale: #F6F6F6. Windows color (decimal): -583 or 12189183. OLE color: 12189183.
HSL color Cylindrical-coordinate representation of color #FFFDB9: hue angle of 58.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFFDB9 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 185 | - |
CMYK | 0 | 0.01 | 0.27 | 0 |
HSL | 58.29º | 1% | 0.86% | - |
HSV(B) | 58.29º | 0.27% | 1% | - |
XYZ | 85.12 | 95.01 | 59.75 | - |
YUV | 245.85 | 93.66 | 134.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 185 | 0 | 0.01 | 0.27 | 0 | 58.29 | 1 | 0.86 |
Hex | FF | FD | B9 | 0 | 1 | 1B | 0 | 3A | 64 | 56 |
Octal | 377 | 375 | 271 | 0 | 1 | 33 | 0 | 72 | 144 | 126 |
Binary | 11111111 | 11111101 | 10111001 | 0 | 1 | 11011 | 0 | 111010 | 1100100 | 1010110 |
Color Harmonies of #FFFDB9
Complementary color
Monochromatic Colors of #FFFDB9
Black with #FFFDB9
Text Example
Text Example
White with #FFFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDB9; }
p { color: rgb(255,253,185); }
H1.HeaderClassName
{
color: #FFFDB9;
}
.AnyTagClassName
{
color: #FFFDB9;
}
</style>
background-color css
<style>
a { background-color: #FFFDB9; }
a { background-color: rgb(255,253,185); }
div.DivClassName
{
background-color: #FFFDB9;
}
.BgClassName
{
background-color: #FFFDB9;
}
</style>
border-color css
<style>
span { border-color: #FFFDB9; }
span { border-color: rgb(255,253,185); }
td.TdClassName
{
border-color: #FFFDB9;
}
.TagClassName
{
border-color: #FFFDB9;
}
</style>