Shades of Spring Sun #F1F2C2
Tints of Spring Sun #F1F2C2
RGB
CMYK
RGB Variations
Color information
#F1F2C2 (or 0xF1F2C2) is known color: Spring Sun. HEX triplet: F1, F2 and C2. RGB value is (241,242,194). Sum of RGB (Red+Green+Blue) = 241+242+194=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2C2 is #0E0D3D. Grayscale: #ECECEC. Windows color (decimal): -920894 or 12776177. OLE color: 12776177.
HSL color Cylindrical-coordinate representation of color #F1F2C2: hue angle of 61.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1F2C2 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 194 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.05 |
| HSL | 61.25º | 0.65% | 0.85% | - |
| HSV(B) | 61.25º | 0.2% | 0.95% | - |
| XYZ | 77.77 | 86.1 | 63.56 | - |
| YUV | 236.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 194 | 0.00 | 0 | 0.20 | 0.05 | 61.25 | 0.65 | 0.85 |
| Hex | F1 | F2 | C2 | 0 | 0 | 14 | 5 | 3D | 41 | 55 |
| Octal | 361 | 362 | 302 | 0 | 0 | 24 | 5 | 75 | 101 | 125 |
| Binary | 11110001 | 11110010 | 11000010 | 0 | 0 | 10100 | 101 | 111101 | 1000001 | 1010101 |
Color Harmonies of #F1F2C2
Complementary color
Monochromatic Colors of #F1F2C2
Black with #F1F2C2
Text Example
Text Example
White with #F1F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2C2; }
p { color: rgb(241,242,194); }
H1.HeaderClassName
{
color: #F1F2C2;
}
.AnyTagClassName
{
color: #F1F2C2;
}
</style>
background-color css
<style>
a { background-color: #F1F2C2; }
a { background-color: rgb(241,242,194); }
div.DivClassName
{
background-color: #F1F2C2;
}
.BgClassName
{
background-color: #F1F2C2;
}
</style>
border-color css
<style>
span { border-color: #F1F2C2; }
span { border-color: rgb(241,242,194); }
td.TdClassName
{
border-color: #F1F2C2;
}
.TagClassName
{
border-color: #F1F2C2;
}
</style>