Shades of Spring Sun #F2F3C3
Tints of Spring Sun #F2F3C3
RGB
CMYK
RGB Variations
Color information
#F2F3C3 (or 0xF2F3C3) is known color: Spring Sun. HEX triplet: F2, F3 and C3. RGB value is (242,243,195). Sum of RGB (Red+Green+Blue) = 242+243+195=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 195 (76.56% from 255 or 28.68% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3C3 is #0D0C3C. Grayscale: #EDEDED. Windows color (decimal): -855101 or 12841970. OLE color: 12841970.
HSL color Cylindrical-coordinate representation of color #F2F3C3: hue angle of 61.25º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2F3C3 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 195 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.05 |
| HSL | 61.25º | 0.67% | 0.86% | - |
| HSV(B) | 61.25º | 0.2% | 0.95% | - |
| XYZ | 78.52 | 86.92 | 64.27 | - |
| YUV | 237.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 195 | 0.00 | 0 | 0.20 | 0.05 | 61.25 | 0.67 | 0.86 |
| Hex | F2 | F3 | C3 | 0 | 0 | 14 | 5 | 3D | 43 | 56 |
| Octal | 362 | 363 | 303 | 0 | 0 | 24 | 5 | 75 | 103 | 126 |
| Binary | 11110010 | 11110011 | 11000011 | 0 | 0 | 10100 | 101 | 111101 | 1000011 | 1010110 |
Color Harmonies of #F2F3C3
Complementary color
Monochromatic Colors of #F2F3C3
Black with #F2F3C3
Text Example
Text Example
White with #F2F3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F3C3; }
p { color: rgb(242,243,195); }
H1.HeaderClassName
{
color: #F2F3C3;
}
.AnyTagClassName
{
color: #F2F3C3;
}
</style>
background-color css
<style>
a { background-color: #F2F3C3; }
a { background-color: rgb(242,243,195); }
div.DivClassName
{
background-color: #F2F3C3;
}
.BgClassName
{
background-color: #F2F3C3;
}
</style>
border-color css
<style>
span { border-color: #F2F3C3; }
span { border-color: rgb(242,243,195); }
td.TdClassName
{
border-color: #F2F3C3;
}
.TagClassName
{
border-color: #F2F3C3;
}
</style>