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