Shades of Cumulus #FDFBBA
Tints of Cumulus #FDFBBA
RGB
CMYK
RGB Variations
Color information
#FDFBBA (or 0xFDFBBA) is known color: Cumulus. HEX triplet: FD, FB and BA. RGB value is (253,251,186). Sum of RGB (Red+Green+Blue) = 253+251+186=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 186 (73.05% from 255 or 26.96% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBBA is #020445. Grayscale: #F4F4F4. Windows color (decimal): -132166 or 12254205. OLE color: 12254205.
HSL color Cylindrical-coordinate representation of color #FDFBBA: hue angle of 58.21º 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 #FDFBBA is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 186 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.01 |
| HSL | 58.21º | 0.94% | 0.86% | - |
| HSV(B) | 58.21º | 0.26% | 0.99% | - |
| XYZ | 83.87 | 93.42 | 60.07 | - |
| YUV | 244.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 186 | 0 | 0.01 | 0.26 | 0.01 | 58.21 | 0.94 | 0.86 |
| Hex | FD | FB | BA | 0 | 1 | 1A | 1 | 3A | 5E | 56 |
| Octal | 375 | 373 | 272 | 0 | 1 | 32 | 1 | 72 | 136 | 126 |
| Binary | 11111101 | 11111011 | 10111010 | 0 | 1 | 11010 | 1 | 111010 | 1011110 | 1010110 |
Color Harmonies of #FDFBBA
Complementary color
Monochromatic Colors of #FDFBBA
Black with #FDFBBA
Text Example
Text Example
White with #FDFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBBA; }
p { color: rgb(253,251,186); }
H1.HeaderClassName
{
color: #FDFBBA;
}
.AnyTagClassName
{
color: #FDFBBA;
}
</style>
background-color css
<style>
a { background-color: #FDFBBA; }
a { background-color: rgb(253,251,186); }
div.DivClassName
{
background-color: #FDFBBA;
}
.BgClassName
{
background-color: #FDFBBA;
}
</style>
border-color css
<style>
span { border-color: #FDFBBA; }
span { border-color: rgb(253,251,186); }
td.TdClassName
{
border-color: #FDFBBA;
}
.TagClassName
{
border-color: #FDFBBA;
}
</style>