Shades of Cumulus #FBFBB6
Tints of Cumulus #FBFBB6
RGB
CMYK
RGB Variations
Color information
#FBFBB6 (or 0xFBFBB6) is known color: Cumulus. HEX triplet: FB, FB and B6. RGB value is (251,251,182). Sum of RGB (Red+Green+Blue) = 251+251+182=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 182 (71.48% from 255 or 26.61% from 684); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBB6 is #040449. Grayscale: #F3F3F3. Windows color (decimal): -263242 or 11992059. OLE color: 11992059.
HSL color Cylindrical-coordinate representation of color #FBFBB6: hue angle of 60º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBFBB6 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 251 | 182 | - |
| CMYK | 0 | 0 | 0.27 | 0.02 |
| HSL | 60º | 0.9% | 0.85% | - |
| HSV(B) | 60º | 0.27% | 0.98% | - |
| XYZ | 82.72 | 92.88 | 57.82 | - |
| YUV | 243.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 251 | 182 | 0 | 0 | 0.27 | 0.02 | 60 | 0.9 | 0.85 |
| Hex | FB | FB | B6 | 0 | 0 | 1B | 2 | 3C | 5A | 55 |
| Octal | 373 | 373 | 266 | 0 | 0 | 33 | 2 | 74 | 132 | 125 |
| Binary | 11111011 | 11111011 | 10110110 | 0 | 0 | 11011 | 10 | 111100 | 1011010 | 1010101 |
Color Harmonies of #FBFBB6
Complementary color
Monochromatic Colors of #FBFBB6
Black with #FBFBB6
Text Example
Text Example
White with #FBFBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFBB6; }
p { color: rgb(251,251,182); }
H1.HeaderClassName
{
color: #FBFBB6;
}
.AnyTagClassName
{
color: #FBFBB6;
}
</style>
background-color css
<style>
a { background-color: #FBFBB6; }
a { background-color: rgb(251,251,182); }
div.DivClassName
{
background-color: #FBFBB6;
}
.BgClassName
{
background-color: #FBFBB6;
}
</style>
border-color css
<style>
span { border-color: #FBFBB6; }
span { border-color: rgb(251,251,182); }
td.TdClassName
{
border-color: #FBFBB6;
}
.TagClassName
{
border-color: #FBFBB6;
}
</style>