Shades of Spring Sun #F2EFC7
Tints of Spring Sun #F2EFC7
RGB
CMYK
RGB Variations
Color information
#F2EFC7 (or 0xF2EFC7) is known color: Spring Sun. HEX triplet: F2, EF and C7. RGB value is (242,239,199). Sum of RGB (Red+Green+Blue) = 242+239+199=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 199 (78.12% from 255 or 29.26% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFC7 is #0D1038. Grayscale: #EBEBEB. Windows color (decimal): -856121 or 13103090. OLE color: 13103090.
HSL color Cylindrical-coordinate representation of color #F2EFC7: hue angle of 55.81º 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 #F2EFC7 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 199 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.05 |
| HSL | 55.81º | 0.62% | 0.86% | - |
| HSV(B) | 55.81º | 0.18% | 0.95% | - |
| XYZ | 77.79 | 84.73 | 66.29 | - |
| YUV | 235.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 199 | 0 | 0.01 | 0.18 | 0.05 | 55.81 | 0.62 | 0.86 |
| Hex | F2 | EF | C7 | 0 | 1 | 12 | 5 | 38 | 3E | 56 |
| Octal | 362 | 357 | 307 | 0 | 1 | 22 | 5 | 70 | 76 | 126 |
| Binary | 11110010 | 11101111 | 11000111 | 0 | 1 | 10010 | 101 | 111000 | 111110 | 1010110 |
Color Harmonies of #F2EFC7
Complementary color
Monochromatic Colors of #F2EFC7
Black with #F2EFC7
Text Example
Text Example
White with #F2EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFC7; }
p { color: rgb(242,239,199); }
H1.HeaderClassName
{
color: #F2EFC7;
}
.AnyTagClassName
{
color: #F2EFC7;
}
</style>
background-color css
<style>
a { background-color: #F2EFC7; }
a { background-color: rgb(242,239,199); }
div.DivClassName
{
background-color: #F2EFC7;
}
.BgClassName
{
background-color: #F2EFC7;
}
</style>
border-color css
<style>
span { border-color: #F2EFC7; }
span { border-color: rgb(242,239,199); }
td.TdClassName
{
border-color: #F2EFC7;
}
.TagClassName
{
border-color: #F2EFC7;
}
</style>