Shades of Cumulus #F5F0BC
Tints of Cumulus #F5F0BC
RGB
CMYK
RGB Variations
Color information
#F5F0BC (or 0xF5F0BC) is known color: Cumulus. HEX triplet: F5, F0 and BC. RGB value is (245,240,188). Sum of RGB (Red+Green+Blue) = 245+240+188=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 188 (73.83% from 255 or 27.93% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F0BC is #0A0F43. Grayscale: #EBEBEB. Windows color (decimal): -659268 or 12382453. OLE color: 12382453.
HSL color Cylindrical-coordinate representation of color #F5F0BC: hue angle of 54.74º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5F0BC is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 188 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.04 |
| HSL | 54.74º | 0.74% | 0.85% | - |
| HSV(B) | 54.74º | 0.23% | 0.96% | - |
| XYZ | 77.89 | 85.36 | 59.95 | - |
| YUV | 235.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 188 | 0 | 0.02 | 0.23 | 0.04 | 54.74 | 0.74 | 0.85 |
| Hex | F5 | F0 | BC | 0 | 2 | 17 | 4 | 37 | 4A | 55 |
| Octal | 365 | 360 | 274 | 0 | 2 | 27 | 4 | 67 | 112 | 125 |
| Binary | 11110101 | 11110000 | 10111100 | 0 | 10 | 10111 | 100 | 110111 | 1001010 | 1010101 |
Color Harmonies of #F5F0BC
Complementary color
Monochromatic Colors of #F5F0BC
Black with #F5F0BC
Text Example
Text Example
White with #F5F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F0BC; }
p { color: rgb(245,240,188); }
H1.HeaderClassName
{
color: #F5F0BC;
}
.AnyTagClassName
{
color: #F5F0BC;
}
</style>
background-color css
<style>
a { background-color: #F5F0BC; }
a { background-color: rgb(245,240,188); }
div.DivClassName
{
background-color: #F5F0BC;
}
.BgClassName
{
background-color: #F5F0BC;
}
</style>
border-color css
<style>
span { border-color: #F5F0BC; }
span { border-color: rgb(245,240,188); }
td.TdClassName
{
border-color: #F5F0BC;
}
.TagClassName
{
border-color: #F5F0BC;
}
</style>