Shades of Cumulus #FBF8C0
Tints of Cumulus #FBF8C0
RGB
CMYK
RGB Variations
Color information
#FBF8C0 (or 0xFBF8C0) is known color: Cumulus. HEX triplet: FB, F8 and C0. RGB value is (251,248,192). Sum of RGB (Red+Green+Blue) = 251+248+192=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 192 (75.39% from 255 or 27.79% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8C0 is #04073F. Grayscale: #F2F2F2. Windows color (decimal): -264000 or 12646651. OLE color: 12646651.
HSL color Cylindrical-coordinate representation of color #FBF8C0: hue angle of 56.95º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBF8C0 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 192 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.02 |
| HSL | 56.95º | 0.88% | 0.87% | - |
| HSV(B) | 56.95º | 0.24% | 0.98% | - |
| XYZ | 82.87 | 91.45 | 63.15 | - |
| YUV | 242.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 192 | 0 | 0.01 | 0.24 | 0.02 | 56.95 | 0.88 | 0.87 |
| Hex | FB | F8 | C0 | 0 | 1 | 18 | 2 | 39 | 58 | 57 |
| Octal | 373 | 370 | 300 | 0 | 1 | 30 | 2 | 71 | 130 | 127 |
| Binary | 11111011 | 11111000 | 11000000 | 0 | 1 | 11000 | 10 | 111001 | 1011000 | 1010111 |
Color Harmonies of #FBF8C0
Complementary color
Monochromatic Colors of #FBF8C0
Black with #FBF8C0
Text Example
Text Example
White with #FBF8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8C0; }
p { color: rgb(251,248,192); }
H1.HeaderClassName
{
color: #FBF8C0;
}
.AnyTagClassName
{
color: #FBF8C0;
}
</style>
background-color css
<style>
a { background-color: #FBF8C0; }
a { background-color: rgb(251,248,192); }
div.DivClassName
{
background-color: #FBF8C0;
}
.BgClassName
{
background-color: #FBF8C0;
}
</style>
border-color css
<style>
span { border-color: #FBF8C0; }
span { border-color: rgb(251,248,192); }
td.TdClassName
{
border-color: #FBF8C0;
}
.TagClassName
{
border-color: #FBF8C0;
}
</style>