Shades of Cumulus #F1F0BC
Tints of Cumulus #F1F0BC
RGB
CMYK
RGB Variations
Color information
#F1F0BC (or 0xF1F0BC) is known color: Cumulus. HEX triplet: F1, F0 and BC. RGB value is (241,240,188). Sum of RGB (Red+Green+Blue) = 241+240+188=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0BC is #0E0F43. Grayscale: #EAEAEA. Windows color (decimal): -921412 or 12382449. OLE color: 12382449.
HSL color Cylindrical-coordinate representation of color #F1F0BC: hue angle of 58.87º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1F0BC is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 188 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.05 |
| HSL | 58.87º | 0.65% | 0.84% | - |
| HSV(B) | 58.87º | 0.22% | 0.95% | - |
| XYZ | 76.51 | 84.65 | 59.88 | - |
| YUV | 234.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 188 | 0 | 0.00 | 0.22 | 0.05 | 58.87 | 0.65 | 0.84 |
| Hex | F1 | F0 | BC | 0 | 0 | 16 | 5 | 3B | 41 | 54 |
| Octal | 361 | 360 | 274 | 0 | 0 | 26 | 5 | 73 | 101 | 124 |
| Binary | 11110001 | 11110000 | 10111100 | 0 | 0 | 10110 | 101 | 111011 | 1000001 | 1010100 |
Color Harmonies of #F1F0BC
Complementary color
Monochromatic Colors of #F1F0BC
Black with #F1F0BC
Text Example
Text Example
White with #F1F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0BC; }
p { color: rgb(241,240,188); }
H1.HeaderClassName
{
color: #F1F0BC;
}
.AnyTagClassName
{
color: #F1F0BC;
}
</style>
background-color css
<style>
a { background-color: #F1F0BC; }
a { background-color: rgb(241,240,188); }
div.DivClassName
{
background-color: #F1F0BC;
}
.BgClassName
{
background-color: #F1F0BC;
}
</style>
border-color css
<style>
span { border-color: #F1F0BC; }
span { border-color: rgb(241,240,188); }
td.TdClassName
{
border-color: #F1F0BC;
}
.TagClassName
{
border-color: #F1F0BC;
}
</style>