Shades of Cumulus #F1F1BF
Tints of Cumulus #F1F1BF
RGB
CMYK
RGB Variations
Color information
#F1F1BF (or 0xF1F1BF) is known color: Cumulus. HEX triplet: F1, F1 and BF. RGB value is (241,241,191). Sum of RGB (Red+Green+Blue) = 241+241+191=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1BF is #0E0E40. Grayscale: #EBEBEB. Windows color (decimal): -921153 or 12579313. OLE color: 12579313.
HSL color Cylindrical-coordinate representation of color #F1F1BF: hue angle of 60º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1F1BF is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 191 | - |
| CMYK | 0 | 0 | 0.21 | 0.05 |
| HSL | 60º | 0.64% | 0.85% | - |
| HSV(B) | 60º | 0.21% | 0.95% | - |
| XYZ | 77.13 | 85.37 | 61.7 | - |
| YUV | 235.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 191 | 0 | 0 | 0.21 | 0.05 | 60 | 0.64 | 0.85 |
| Hex | F1 | F1 | BF | 0 | 0 | 15 | 5 | 3C | 40 | 55 |
| Octal | 361 | 361 | 277 | 0 | 0 | 25 | 5 | 74 | 100 | 125 |
| Binary | 11110001 | 11110001 | 10111111 | 0 | 0 | 10101 | 101 | 111100 | 1000000 | 1010101 |
Color Harmonies of #F1F1BF
Complementary color
Monochromatic Colors of #F1F1BF
Black with #F1F1BF
Text Example
Text Example
White with #F1F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F1BF; }
p { color: rgb(241,241,191); }
H1.HeaderClassName
{
color: #F1F1BF;
}
.AnyTagClassName
{
color: #F1F1BF;
}
</style>
background-color css
<style>
a { background-color: #F1F1BF; }
a { background-color: rgb(241,241,191); }
div.DivClassName
{
background-color: #F1F1BF;
}
.BgClassName
{
background-color: #F1F1BF;
}
</style>
border-color css
<style>
span { border-color: #F1F1BF; }
span { border-color: rgb(241,241,191); }
td.TdClassName
{
border-color: #F1F1BF;
}
.TagClassName
{
border-color: #F1F1BF;
}
</style>