Shades of Spring Sun #F2F1C3
Tints of Spring Sun #F2F1C3
RGB
CMYK
RGB Variations
Color information
#F2F1C3 (or 0xF2F1C3) is known color: Spring Sun. HEX triplet: F2, F1 and C3. RGB value is (242,241,195). Sum of RGB (Red+Green+Blue) = 242+241+195=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 195 (76.56% from 255 or 28.76% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1C3 is #0D0E3C. Grayscale: #ECECEC. Windows color (decimal): -855613 or 12841458. OLE color: 12841458.
HSL color Cylindrical-coordinate representation of color #F2F1C3: hue angle of 58.72º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2F1C3 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 195 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.05 |
| HSL | 58.72º | 0.64% | 0.86% | - |
| HSV(B) | 58.72º | 0.19% | 0.95% | - |
| XYZ | 77.92 | 85.73 | 64.07 | - |
| YUV | 236.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 195 | 0 | 0.00 | 0.19 | 0.05 | 58.72 | 0.64 | 0.86 |
| Hex | F2 | F1 | C3 | 0 | 0 | 13 | 5 | 3B | 40 | 56 |
| Octal | 362 | 361 | 303 | 0 | 0 | 23 | 5 | 73 | 100 | 126 |
| Binary | 11110010 | 11110001 | 11000011 | 0 | 0 | 10011 | 101 | 111011 | 1000000 | 1010110 |
Color Harmonies of #F2F1C3
Complementary color
Monochromatic Colors of #F2F1C3
Black with #F2F1C3
Text Example
Text Example
White with #F2F1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F1C3; }
p { color: rgb(242,241,195); }
H1.HeaderClassName
{
color: #F2F1C3;
}
.AnyTagClassName
{
color: #F2F1C3;
}
</style>
background-color css
<style>
a { background-color: #F2F1C3; }
a { background-color: rgb(242,241,195); }
div.DivClassName
{
background-color: #F2F1C3;
}
.BgClassName
{
background-color: #F2F1C3;
}
</style>
border-color css
<style>
span { border-color: #F2F1C3; }
span { border-color: rgb(242,241,195); }
td.TdClassName
{
border-color: #F2F1C3;
}
.TagClassName
{
border-color: #F2F1C3;
}
</style>