Shades of Cumulus #FBF8BD
Tints of Cumulus #FBF8BD
RGB
CMYK
RGB Variations
Color information
#FBF8BD (or 0xFBF8BD) is known color: Cumulus. HEX triplet: FB, F8 and BD. RGB value is (251,248,189). Sum of RGB (Red+Green+Blue) = 251+248+189=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 189 (74.22% from 255 or 27.47% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8BD is #040742. Grayscale: #F2F2F2. Windows color (decimal): -264003 or 12450043. OLE color: 12450043.
HSL color Cylindrical-coordinate representation of color #FBF8BD: hue angle of 57.1º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBF8BD is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 189 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.02 |
| HSL | 57.1º | 0.89% | 0.86% | - |
| HSV(B) | 57.1º | 0.25% | 0.98% | - |
| XYZ | 82.54 | 91.32 | 61.42 | - |
| YUV | 242.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 189 | 0 | 0.01 | 0.25 | 0.02 | 57.1 | 0.89 | 0.86 |
| Hex | FB | F8 | BD | 0 | 1 | 19 | 2 | 39 | 59 | 56 |
| Octal | 373 | 370 | 275 | 0 | 1 | 31 | 2 | 71 | 131 | 126 |
| Binary | 11111011 | 11111000 | 10111101 | 0 | 1 | 11001 | 10 | 111001 | 1011001 | 1010110 |
Color Harmonies of #FBF8BD
Complementary color
Monochromatic Colors of #FBF8BD
Black with #FBF8BD
Text Example
Text Example
White with #FBF8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8BD; }
p { color: rgb(251,248,189); }
H1.HeaderClassName
{
color: #FBF8BD;
}
.AnyTagClassName
{
color: #FBF8BD;
}
</style>
background-color css
<style>
a { background-color: #FBF8BD; }
a { background-color: rgb(251,248,189); }
div.DivClassName
{
background-color: #FBF8BD;
}
.BgClassName
{
background-color: #FBF8BD;
}
</style>
border-color css
<style>
span { border-color: #FBF8BD; }
span { border-color: rgb(251,248,189); }
td.TdClassName
{
border-color: #FBF8BD;
}
.TagClassName
{
border-color: #FBF8BD;
}
</style>