Shades of Cumulus #FBF4B6
Tints of Cumulus #FBF4B6
RGB
CMYK
RGB Variations
Color information
#FBF4B6 (or 0xFBF4B6) is known color: Cumulus. HEX triplet: FB, F4 and B6. RGB value is (251,244,182). Sum of RGB (Red+Green+Blue) = 251+244+182=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 244 (95.70% from 255 or 36.04% from 677); Blue value is 182 (71.48% from 255 or 26.88% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4B6 is #040B49. Grayscale: #EFEFEF. Windows color (decimal): -265034 or 11990267. OLE color: 11990267.
HSL color Cylindrical-coordinate representation of color #FBF4B6: hue angle of 53.91º 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 #FBF4B6 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 182 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.02 |
| HSL | 53.91º | 0.9% | 0.85% | - |
| HSV(B) | 53.91º | 0.27% | 0.98% | - |
| XYZ | 80.58 | 88.59 | 57.11 | - |
| YUV | 239.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 182 | 0 | 0.03 | 0.27 | 0.02 | 53.91 | 0.9 | 0.85 |
| Hex | FB | F4 | B6 | 0 | 3 | 1B | 2 | 36 | 5A | 55 |
| Octal | 373 | 364 | 266 | 0 | 3 | 33 | 2 | 66 | 132 | 125 |
| Binary | 11111011 | 11110100 | 10110110 | 0 | 11 | 11011 | 10 | 110110 | 1011010 | 1010101 |
Color Harmonies of #FBF4B6
Complementary color
Monochromatic Colors of #FBF4B6
Black with #FBF4B6
Text Example
Text Example
White with #FBF4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4B6; }
p { color: rgb(251,244,182); }
H1.HeaderClassName
{
color: #FBF4B6;
}
.AnyTagClassName
{
color: #FBF4B6;
}
</style>
background-color css
<style>
a { background-color: #FBF4B6; }
a { background-color: rgb(251,244,182); }
div.DivClassName
{
background-color: #FBF4B6;
}
.BgClassName
{
background-color: #FBF4B6;
}
</style>
border-color css
<style>
span { border-color: #FBF4B6; }
span { border-color: rgb(251,244,182); }
td.TdClassName
{
border-color: #FBF4B6;
}
.TagClassName
{
border-color: #FBF4B6;
}
</style>