Shades of Spring Sun #F2F2C3
Tints of Spring Sun #F2F2C3
RGB
CMYK
RGB Variations
Color information
#F2F2C3 (or 0xF2F2C3) is known color: Spring Sun. HEX triplet: F2, F2 and C3. RGB value is (242,242,195). Sum of RGB (Red+Green+Blue) = 242+242+195=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 195 (76.56% from 255 or 28.72% from 679); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2C3 is #0D0D3C. Grayscale: #ECECEC. Windows color (decimal): -855357 or 12841714. OLE color: 12841714.
HSL color Cylindrical-coordinate representation of color #F2F2C3: hue angle of 60º 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 #F2F2C3 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 195 | - |
| CMYK | 0 | 0 | 0.19 | 0.05 |
| HSL | 60º | 0.64% | 0.86% | - |
| HSV(B) | 60º | 0.19% | 0.95% | - |
| XYZ | 78.22 | 86.32 | 64.17 | - |
| YUV | 236.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 195 | 0 | 0 | 0.19 | 0.05 | 60 | 0.64 | 0.86 |
| Hex | F2 | F2 | C3 | 0 | 0 | 13 | 5 | 3C | 40 | 56 |
| Octal | 362 | 362 | 303 | 0 | 0 | 23 | 5 | 74 | 100 | 126 |
| Binary | 11110010 | 11110010 | 11000011 | 0 | 0 | 10011 | 101 | 111100 | 1000000 | 1010110 |
Color Harmonies of #F2F2C3
Complementary color
Monochromatic Colors of #F2F2C3
Black with #F2F2C3
Text Example
Text Example
White with #F2F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2C3; }
p { color: rgb(242,242,195); }
H1.HeaderClassName
{
color: #F2F2C3;
}
.AnyTagClassName
{
color: #F2F2C3;
}
</style>
background-color css
<style>
a { background-color: #F2F2C3; }
a { background-color: rgb(242,242,195); }
div.DivClassName
{
background-color: #F2F2C3;
}
.BgClassName
{
background-color: #F2F2C3;
}
</style>
border-color css
<style>
span { border-color: #F2F2C3; }
span { border-color: rgb(242,242,195); }
td.TdClassName
{
border-color: #F2F2C3;
}
.TagClassName
{
border-color: #F2F2C3;
}
</style>