Shades of Spring Sun #F2F3C5
Tints of Spring Sun #F2F3C5
RGB
CMYK
RGB Variations
Color information
#F2F3C5 (or 0xF2F3C5) is known color: Spring Sun. HEX triplet: F2, F3 and C5. RGB value is (242,243,197). Sum of RGB (Red+Green+Blue) = 242+243+197=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 197 (77.34% from 255 or 28.89% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3C5 is #0D0C3A. Grayscale: #EDEDED. Windows color (decimal): -855099 or 12973042. OLE color: 12973042.
HSL color Cylindrical-coordinate representation of color #F2F3C5: hue angle of 61.3º degrees, saturation: 0.66, 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 #F2F3C5 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 197 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.05 |
| HSL | 61.3º | 0.66% | 0.86% | - |
| HSV(B) | 61.3º | 0.19% | 0.95% | - |
| XYZ | 78.75 | 87.01 | 65.47 | - |
| YUV | 237.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 197 | 0.00 | 0 | 0.19 | 0.05 | 61.3 | 0.66 | 0.86 |
| Hex | F2 | F3 | C5 | 0 | 0 | 13 | 5 | 3D | 42 | 56 |
| Octal | 362 | 363 | 305 | 0 | 0 | 23 | 5 | 75 | 102 | 126 |
| Binary | 11110010 | 11110011 | 11000101 | 0 | 0 | 10011 | 101 | 111101 | 1000010 | 1010110 |
Color Harmonies of #F2F3C5
Complementary color
Monochromatic Colors of #F2F3C5
Black with #F2F3C5
Text Example
Text Example
White with #F2F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F3C5; }
p { color: rgb(242,243,197); }
H1.HeaderClassName
{
color: #F2F3C5;
}
.AnyTagClassName
{
color: #F2F3C5;
}
</style>
background-color css
<style>
a { background-color: #F2F3C5; }
a { background-color: rgb(242,243,197); }
div.DivClassName
{
background-color: #F2F3C5;
}
.BgClassName
{
background-color: #F2F3C5;
}
</style>
border-color css
<style>
span { border-color: #F2F3C5; }
span { border-color: rgb(242,243,197); }
td.TdClassName
{
border-color: #F2F3C5;
}
.TagClassName
{
border-color: #F2F3C5;
}
</style>