Shades of Cumulus #F1F2BE
Tints of Cumulus #F1F2BE
RGB
CMYK
RGB Variations
Color information
#F1F2BE (or 0xF1F2BE) is known color: Cumulus. HEX triplet: F1, F2 and BE. RGB value is (241,242,190). Sum of RGB (Red+Green+Blue) = 241+242+190=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2BE is #0E0D41. Grayscale: #EBEBEB. Windows color (decimal): -920898 or 12514033. OLE color: 12514033.
HSL color Cylindrical-coordinate representation of color #F1F2BE: hue angle of 61.15º degrees, saturation: 0.67, 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 #F1F2BE is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 190 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.05 |
| HSL | 61.15º | 0.67% | 0.85% | - |
| HSV(B) | 61.15º | 0.21% | 0.95% | - |
| XYZ | 77.32 | 85.92 | 61.22 | - |
| YUV | 235.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 190 | 0.00 | 0 | 0.21 | 0.05 | 61.15 | 0.67 | 0.85 |
| Hex | F1 | F2 | BE | 0 | 0 | 15 | 5 | 3D | 43 | 55 |
| Octal | 361 | 362 | 276 | 0 | 0 | 25 | 5 | 75 | 103 | 125 |
| Binary | 11110001 | 11110010 | 10111110 | 0 | 0 | 10101 | 101 | 111101 | 1000011 | 1010101 |
Color Harmonies of #F1F2BE
Complementary color
Monochromatic Colors of #F1F2BE
Black with #F1F2BE
Text Example
Text Example
White with #F1F2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2BE; }
p { color: rgb(241,242,190); }
H1.HeaderClassName
{
color: #F1F2BE;
}
.AnyTagClassName
{
color: #F1F2BE;
}
</style>
background-color css
<style>
a { background-color: #F1F2BE; }
a { background-color: rgb(241,242,190); }
div.DivClassName
{
background-color: #F1F2BE;
}
.BgClassName
{
background-color: #F1F2BE;
}
</style>
border-color css
<style>
span { border-color: #F1F2BE; }
span { border-color: rgb(241,242,190); }
td.TdClassName
{
border-color: #F1F2BE;
}
.TagClassName
{
border-color: #F1F2BE;
}
</style>