Shades of Spring Sun #F2F1C7
Tints of Spring Sun #F2F1C7
RGB
CMYK
RGB Variations
Color information
#F2F1C7 (or 0xF2F1C7) is known color: Spring Sun. HEX triplet: F2, F1 and C7. RGB value is (242,241,199). Sum of RGB (Red+Green+Blue) = 242+241+199=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 199 (78.12% from 255 or 29.18% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1C7 is #0D0E38. Grayscale: #ECECEC. Windows color (decimal): -855609 or 13103602. OLE color: 13103602.
HSL color Cylindrical-coordinate representation of color #F2F1C7: hue angle of 58.6º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2F1C7 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 199 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.05 |
| HSL | 58.6º | 0.62% | 0.86% | - |
| HSV(B) | 58.6º | 0.18% | 0.95% | - |
| XYZ | 78.38 | 85.91 | 66.48 | - |
| YUV | 236.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 199 | 0 | 0.00 | 0.18 | 0.05 | 58.6 | 0.62 | 0.86 |
| Hex | F2 | F1 | C7 | 0 | 0 | 12 | 5 | 3B | 3E | 56 |
| Octal | 362 | 361 | 307 | 0 | 0 | 22 | 5 | 73 | 76 | 126 |
| Binary | 11110010 | 11110001 | 11000111 | 0 | 0 | 10010 | 101 | 111011 | 111110 | 1010110 |
Color Harmonies of #F2F1C7
Complementary color
Monochromatic Colors of #F2F1C7
Black with #F2F1C7
Text Example
Text Example
White with #F2F1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1C7; }
p { color: rgb(242,241,199); }
H1.HeaderClassName
{
color: #F2F1C7;
}
.AnyTagClassName
{
color: #F2F1C7;
}
</style>
background-color css
<style>
a { background-color: #F2F1C7; }
a { background-color: rgb(242,241,199); }
div.DivClassName
{
background-color: #F2F1C7;
}
.BgClassName
{
background-color: #F2F1C7;
}
</style>
border-color css
<style>
span { border-color: #F2F1C7; }
span { border-color: rgb(242,241,199); }
td.TdClassName
{
border-color: #F2F1C7;
}
.TagClassName
{
border-color: #F2F1C7;
}
</style>