Shades of Cumulus #F3F0BC
Tints of Cumulus #F3F0BC
RGB
CMYK
RGB Variations
Color information
#F3F0BC (or 0xF3F0BC) is known color: Cumulus. HEX triplet: F3, F0 and BC. RGB value is (243,240,188). Sum of RGB (Red+Green+Blue) = 243+240+188=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0BC is #0C0F43. Grayscale: #EBEBEB. Windows color (decimal): -790340 or 12382451. OLE color: 12382451.
HSL color Cylindrical-coordinate representation of color #F3F0BC: hue angle of 56.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3F0BC is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 188 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.05 |
| HSL | 56.73º | 0.7% | 0.85% | - |
| HSV(B) | 56.73º | 0.23% | 0.95% | - |
| XYZ | 77.2 | 85.01 | 59.92 | - |
| YUV | 234.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 188 | 0 | 0.01 | 0.23 | 0.05 | 56.73 | 0.7 | 0.85 |
| Hex | F3 | F0 | BC | 0 | 1 | 17 | 5 | 39 | 46 | 55 |
| Octal | 363 | 360 | 274 | 0 | 1 | 27 | 5 | 71 | 106 | 125 |
| Binary | 11110011 | 11110000 | 10111100 | 0 | 1 | 10111 | 101 | 111001 | 1000110 | 1010101 |
Color Harmonies of #F3F0BC
Complementary color
Monochromatic Colors of #F3F0BC
Black with #F3F0BC
Text Example
Text Example
White with #F3F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0BC; }
p { color: rgb(243,240,188); }
H1.HeaderClassName
{
color: #F3F0BC;
}
.AnyTagClassName
{
color: #F3F0BC;
}
</style>
background-color css
<style>
a { background-color: #F3F0BC; }
a { background-color: rgb(243,240,188); }
div.DivClassName
{
background-color: #F3F0BC;
}
.BgClassName
{
background-color: #F3F0BC;
}
</style>
border-color css
<style>
span { border-color: #F3F0BC; }
span { border-color: rgb(243,240,188); }
td.TdClassName
{
border-color: #F3F0BC;
}
.TagClassName
{
border-color: #F3F0BC;
}
</style>