Shades of Cumulus #F1F2BD
Tints of Cumulus #F1F2BD
RGB
CMYK
RGB Variations
Color information
#F1F2BD (or 0xF1F2BD) is known color: Cumulus. HEX triplet: F1, F2 and BD. RGB value is (241,242,189). Sum of RGB (Red+Green+Blue) = 241+242+189=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 189 (74.22% from 255 or 28.12% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2BD is #0E0D42. Grayscale: #EBEBEB. Windows color (decimal): -920899 or 12448497. OLE color: 12448497.
HSL color Cylindrical-coordinate representation of color #F1F2BD: hue angle of 61.13º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1F2BD is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 189 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.05 |
| HSL | 61.13º | 0.67% | 0.85% | - |
| HSV(B) | 61.13º | 0.22% | 0.95% | - |
| XYZ | 77.21 | 85.88 | 60.65 | - |
| YUV | 235.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 189 | 0.00 | 0 | 0.22 | 0.05 | 61.13 | 0.67 | 0.85 |
| Hex | F1 | F2 | BD | 0 | 0 | 16 | 5 | 3D | 43 | 55 |
| Octal | 361 | 362 | 275 | 0 | 0 | 26 | 5 | 75 | 103 | 125 |
| Binary | 11110001 | 11110010 | 10111101 | 0 | 0 | 10110 | 101 | 111101 | 1000011 | 1010101 |
Color Harmonies of #F1F2BD
Complementary color
Monochromatic Colors of #F1F2BD
Black with #F1F2BD
Text Example
Text Example
White with #F1F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2BD; }
p { color: rgb(241,242,189); }
H1.HeaderClassName
{
color: #F1F2BD;
}
.AnyTagClassName
{
color: #F1F2BD;
}
</style>
background-color css
<style>
a { background-color: #F1F2BD; }
a { background-color: rgb(241,242,189); }
div.DivClassName
{
background-color: #F1F2BD;
}
.BgClassName
{
background-color: #F1F2BD;
}
</style>
border-color css
<style>
span { border-color: #F1F2BD; }
span { border-color: rgb(241,242,189); }
td.TdClassName
{
border-color: #F1F2BD;
}
.TagClassName
{
border-color: #F1F2BD;
}
</style>