Shades of Cumulus #FBF6B8
Tints of Cumulus #FBF6B8
RGB
CMYK
RGB Variations
Color information
#FBF6B8 (or 0xFBF6B8) is known color: Cumulus. HEX triplet: FB, F6 and B8. RGB value is (251,246,184). Sum of RGB (Red+Green+Blue) = 251+246+184=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 246 (96.48% from 255 or 36.12% from 681); Blue value is 184 (72.27% from 255 or 27.02% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6B8 is #040947. Grayscale: #F0F0F0. Windows color (decimal): -264520 or 12121851. OLE color: 12121851.
HSL color Cylindrical-coordinate representation of color #FBF6B8: hue angle of 55.52º degrees, saturation: 0.89, 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 #FBF6B8 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 184 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.02 |
| HSL | 55.52º | 0.89% | 0.85% | - |
| HSV(B) | 55.52º | 0.27% | 0.98% | - |
| XYZ | 81.39 | 89.88 | 58.41 | - |
| YUV | 240.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 184 | 0 | 0.02 | 0.27 | 0.02 | 55.52 | 0.89 | 0.85 |
| Hex | FB | F6 | B8 | 0 | 2 | 1B | 2 | 38 | 59 | 55 |
| Octal | 373 | 366 | 270 | 0 | 2 | 33 | 2 | 70 | 131 | 125 |
| Binary | 11111011 | 11110110 | 10111000 | 0 | 10 | 11011 | 10 | 111000 | 1011001 | 1010101 |
Color Harmonies of #FBF6B8
Complementary color
Monochromatic Colors of #FBF6B8
Black with #FBF6B8
Text Example
Text Example
White with #FBF6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF6B8; }
p { color: rgb(251,246,184); }
H1.HeaderClassName
{
color: #FBF6B8;
}
.AnyTagClassName
{
color: #FBF6B8;
}
</style>
background-color css
<style>
a { background-color: #FBF6B8; }
a { background-color: rgb(251,246,184); }
div.DivClassName
{
background-color: #FBF6B8;
}
.BgClassName
{
background-color: #FBF6B8;
}
</style>
border-color css
<style>
span { border-color: #FBF6B8; }
span { border-color: rgb(251,246,184); }
td.TdClassName
{
border-color: #FBF6B8;
}
.TagClassName
{
border-color: #FBF6B8;
}
</style>