Shades of Spring Sun #F2EFC6
Tints of Spring Sun #F2EFC6
RGB
CMYK
RGB Variations
Color information
#F2EFC6 (or 0xF2EFC6) is known color: Spring Sun. HEX triplet: F2, EF and C6. RGB value is (242,239,198). Sum of RGB (Red+Green+Blue) = 242+239+198=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 198 (77.73% from 255 or 29.16% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFC6 is #0D1039. Grayscale: #EBEBEB. Windows color (decimal): -856122 or 13037554. OLE color: 13037554.
HSL color Cylindrical-coordinate representation of color #F2EFC6: hue angle of 55.91º degrees, saturation: 0.63, 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 #F2EFC6 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 198 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.05 |
| HSL | 55.91º | 0.63% | 0.86% | - |
| HSV(B) | 55.91º | 0.18% | 0.95% | - |
| XYZ | 77.68 | 84.69 | 65.68 | - |
| YUV | 235.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 198 | 0 | 0.01 | 0.18 | 0.05 | 55.91 | 0.63 | 0.86 |
| Hex | F2 | EF | C6 | 0 | 1 | 12 | 5 | 38 | 3F | 56 |
| Octal | 362 | 357 | 306 | 0 | 1 | 22 | 5 | 70 | 77 | 126 |
| Binary | 11110010 | 11101111 | 11000110 | 0 | 1 | 10010 | 101 | 111000 | 111111 | 1010110 |
Color Harmonies of #F2EFC6
Complementary color
Monochromatic Colors of #F2EFC6
Black with #F2EFC6
Text Example
Text Example
White with #F2EFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFC6; }
p { color: rgb(242,239,198); }
H1.HeaderClassName
{
color: #F2EFC6;
}
.AnyTagClassName
{
color: #F2EFC6;
}
</style>
background-color css
<style>
a { background-color: #F2EFC6; }
a { background-color: rgb(242,239,198); }
div.DivClassName
{
background-color: #F2EFC6;
}
.BgClassName
{
background-color: #F2EFC6;
}
</style>
border-color css
<style>
span { border-color: #F2EFC6; }
span { border-color: rgb(242,239,198); }
td.TdClassName
{
border-color: #F2EFC6;
}
.TagClassName
{
border-color: #F2EFC6;
}
</style>