Shades of Cumulus #FBFDB9
Tints of Cumulus #FBFDB9
RGB
CMYK
RGB Variations
Color information
#FBFDB9 (or 0xFBFDB9) is known color: Cumulus. HEX triplet: FB, FD and B9. RGB value is (251,253,185). Sum of RGB (Red+Green+Blue) = 251+253+185=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 185 (72.66% from 255 or 26.85% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFDB9 is #040246. Grayscale: #F4F4F4. Windows color (decimal): -262727 or 12189179. OLE color: 12189179.
HSL color Cylindrical-coordinate representation of color #FBFDB9: hue angle of 61.76º 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 #FBFDB9 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 185 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.01 |
| HSL | 61.76º | 0.94% | 0.86% | - |
| HSV(B) | 61.76º | 0.27% | 0.99% | - |
| XYZ | 83.67 | 94.26 | 59.68 | - |
| YUV | 244.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 185 | 0.01 | 0 | 0.27 | 0.01 | 61.76 | 0.94 | 0.86 |
| Hex | FB | FD | B9 | 1 | 0 | 1B | 1 | 3E | 5E | 56 |
| Octal | 373 | 375 | 271 | 1 | 0 | 33 | 1 | 76 | 136 | 126 |
| Binary | 11111011 | 11111101 | 10111001 | 1 | 0 | 11011 | 1 | 111110 | 1011110 | 1010110 |
Color Harmonies of #FBFDB9
Complementary color
Monochromatic Colors of #FBFDB9
Black with #FBFDB9
Text Example
Text Example
White with #FBFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFDB9; }
p { color: rgb(251,253,185); }
H1.HeaderClassName
{
color: #FBFDB9;
}
.AnyTagClassName
{
color: #FBFDB9;
}
</style>
background-color css
<style>
a { background-color: #FBFDB9; }
a { background-color: rgb(251,253,185); }
div.DivClassName
{
background-color: #FBFDB9;
}
.BgClassName
{
background-color: #FBFDB9;
}
</style>
border-color css
<style>
span { border-color: #FBFDB9; }
span { border-color: rgb(251,253,185); }
td.TdClassName
{
border-color: #FBFDB9;
}
.TagClassName
{
border-color: #FBFDB9;
}
</style>