Shades of Cumulus #FBFCBA
Tints of Cumulus #FBFCBA
RGB
CMYK
RGB Variations
Color information
#FBFCBA (or 0xFBFCBA) is known color: Cumulus. HEX triplet: FB, FC and BA. RGB value is (251,252,186). Sum of RGB (Red+Green+Blue) = 251+252+186=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 186 (73.05% from 255 or 27.00% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFCBA is #040345. Grayscale: #F4F4F4. Windows color (decimal): -262982 or 12254459. OLE color: 12254459.
HSL color Cylindrical-coordinate representation of color #FBFCBA: hue angle of 60.91º degrees, saturation: 0.92, 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 #FBFCBA is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 186 | - |
| CMYK | 0.00 | 0 | 0.26 | 0.01 |
| HSL | 60.91º | 0.92% | 0.86% | - |
| HSV(B) | 60.91º | 0.26% | 0.99% | - |
| XYZ | 83.46 | 93.68 | 60.14 | - |
| YUV | 244.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 186 | 0.00 | 0 | 0.26 | 0.01 | 60.91 | 0.92 | 0.86 |
| Hex | FB | FC | BA | 0 | 0 | 1A | 1 | 3D | 5C | 56 |
| Octal | 373 | 374 | 272 | 0 | 0 | 32 | 1 | 75 | 134 | 126 |
| Binary | 11111011 | 11111100 | 10111010 | 0 | 0 | 11010 | 1 | 111101 | 1011100 | 1010110 |
Color Harmonies of #FBFCBA
Complementary color
Monochromatic Colors of #FBFCBA
Black with #FBFCBA
Text Example
Text Example
White with #FBFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFCBA; }
p { color: rgb(251,252,186); }
H1.HeaderClassName
{
color: #FBFCBA;
}
.AnyTagClassName
{
color: #FBFCBA;
}
</style>
background-color css
<style>
a { background-color: #FBFCBA; }
a { background-color: rgb(251,252,186); }
div.DivClassName
{
background-color: #FBFCBA;
}
.BgClassName
{
background-color: #FBFCBA;
}
</style>
border-color css
<style>
span { border-color: #FBFCBA; }
span { border-color: rgb(251,252,186); }
td.TdClassName
{
border-color: #FBFCBA;
}
.TagClassName
{
border-color: #FBFCBA;
}
</style>