Shades of Cumulus #F5F0BB
Tints of Cumulus #F5F0BB
RGB
CMYK
RGB Variations
Color information
#F5F0BB (or 0xF5F0BB) is known color: Cumulus. HEX triplet: F5, F0 and BB. RGB value is (245,240,187). Sum of RGB (Red+Green+Blue) = 245+240+187=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0BB is #0A0F44. Grayscale: #EBEBEB. Windows color (decimal): -659269 or 12316917. OLE color: 12316917.
HSL color Cylindrical-coordinate representation of color #F5F0BB: hue angle of 54.83º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5F0BB is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 187 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.04 |
| HSL | 54.83º | 0.74% | 0.85% | - |
| HSV(B) | 54.83º | 0.24% | 0.96% | - |
| XYZ | 77.79 | 85.32 | 59.38 | - |
| YUV | 235.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 187 | 0 | 0.02 | 0.24 | 0.04 | 54.83 | 0.74 | 0.85 |
| Hex | F5 | F0 | BB | 0 | 2 | 18 | 4 | 37 | 4A | 55 |
| Octal | 365 | 360 | 273 | 0 | 2 | 30 | 4 | 67 | 112 | 125 |
| Binary | 11110101 | 11110000 | 10111011 | 0 | 10 | 11000 | 100 | 110111 | 1001010 | 1010101 |
Color Harmonies of #F5F0BB
Complementary color
Monochromatic Colors of #F5F0BB
Black with #F5F0BB
Text Example
Text Example
White with #F5F0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0BB; }
p { color: rgb(245,240,187); }
H1.HeaderClassName
{
color: #F5F0BB;
}
.AnyTagClassName
{
color: #F5F0BB;
}
</style>
background-color css
<style>
a { background-color: #F5F0BB; }
a { background-color: rgb(245,240,187); }
div.DivClassName
{
background-color: #F5F0BB;
}
.BgClassName
{
background-color: #F5F0BB;
}
</style>
border-color css
<style>
span { border-color: #F5F0BB; }
span { border-color: rgb(245,240,187); }
td.TdClassName
{
border-color: #F5F0BB;
}
.TagClassName
{
border-color: #F5F0BB;
}
</style>