Shades of Cumulus #FDFBBB
Tints of Cumulus #FDFBBB
RGB
CMYK
RGB Variations
Color information
#FDFBBB (or 0xFDFBBB) is known color: Cumulus. HEX triplet: FD, FB and BB. RGB value is (253,251,187). Sum of RGB (Red+Green+Blue) = 253+251+187=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 187 (73.44% from 255 or 27.06% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBBB is #020444. Grayscale: #F4F4F4. Windows color (decimal): -132165 or 12319741. OLE color: 12319741.
HSL color Cylindrical-coordinate representation of color #FDFBBB: hue angle of 58.18º 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 #FDFBBB is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 187 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.01 |
| HSL | 58.18º | 0.94% | 0.86% | - |
| HSV(B) | 58.18º | 0.26% | 0.99% | - |
| XYZ | 83.97 | 93.46 | 60.63 | - |
| YUV | 244.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 187 | 0 | 0.01 | 0.26 | 0.01 | 58.18 | 0.94 | 0.86 |
| Hex | FD | FB | BB | 0 | 1 | 1A | 1 | 3A | 5E | 56 |
| Octal | 375 | 373 | 273 | 0 | 1 | 32 | 1 | 72 | 136 | 126 |
| Binary | 11111101 | 11111011 | 10111011 | 0 | 1 | 11010 | 1 | 111010 | 1011110 | 1010110 |
Color Harmonies of #FDFBBB
Complementary color
Monochromatic Colors of #FDFBBB
Black with #FDFBBB
Text Example
Text Example
White with #FDFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBBB; }
p { color: rgb(253,251,187); }
H1.HeaderClassName
{
color: #FDFBBB;
}
.AnyTagClassName
{
color: #FDFBBB;
}
</style>
background-color css
<style>
a { background-color: #FDFBBB; }
a { background-color: rgb(253,251,187); }
div.DivClassName
{
background-color: #FDFBBB;
}
.BgClassName
{
background-color: #FDFBBB;
}
</style>
border-color css
<style>
span { border-color: #FDFBBB; }
span { border-color: rgb(253,251,187); }
td.TdClassName
{
border-color: #FDFBBB;
}
.TagClassName
{
border-color: #FDFBBB;
}
</style>