Shades of Cumulus #FBF8B8
Tints of Cumulus #FBF8B8
RGB
CMYK
RGB Variations
Color information
#FBF8B8 (or 0xFBF8B8) is known color: Cumulus. HEX triplet: FB, F8 and B8. RGB value is (251,248,184). Sum of RGB (Red+Green+Blue) = 251+248+184=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 248 (97.27% from 255 or 36.31% from 683); Blue value is 184 (72.27% from 255 or 26.94% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8B8 is #040747. Grayscale: #F1F1F1. Windows color (decimal): -264008 or 12122363. OLE color: 12122363.
HSL color Cylindrical-coordinate representation of color #FBF8B8: hue angle of 57.31º 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 #FBF8B8 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 184 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.02 |
| HSL | 57.31º | 0.89% | 0.85% | - |
| HSV(B) | 57.31º | 0.27% | 0.98% | - |
| XYZ | 82 | 91.1 | 58.61 | - |
| YUV | 241.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 184 | 0 | 0.01 | 0.27 | 0.02 | 57.31 | 0.89 | 0.85 |
| Hex | FB | F8 | B8 | 0 | 1 | 1B | 2 | 39 | 59 | 55 |
| Octal | 373 | 370 | 270 | 0 | 1 | 33 | 2 | 71 | 131 | 125 |
| Binary | 11111011 | 11111000 | 10111000 | 0 | 1 | 11011 | 10 | 111001 | 1011001 | 1010101 |
Color Harmonies of #FBF8B8
Complementary color
Monochromatic Colors of #FBF8B8
Black with #FBF8B8
Text Example
Text Example
White with #FBF8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8B8; }
p { color: rgb(251,248,184); }
H1.HeaderClassName
{
color: #FBF8B8;
}
.AnyTagClassName
{
color: #FBF8B8;
}
</style>
background-color css
<style>
a { background-color: #FBF8B8; }
a { background-color: rgb(251,248,184); }
div.DivClassName
{
background-color: #FBF8B8;
}
.BgClassName
{
background-color: #FBF8B8;
}
</style>
border-color css
<style>
span { border-color: #FBF8B8; }
span { border-color: rgb(251,248,184); }
td.TdClassName
{
border-color: #FBF8B8;
}
.TagClassName
{
border-color: #FBF8B8;
}
</style>