Shades of Spring Sun #F2F0C4
Tints of Spring Sun #F2F0C4
RGB
CMYK
RGB Variations
Color information
#F2F0C4 (or 0xF2F0C4) is known color: Spring Sun. HEX triplet: F2, F0 and C4. RGB value is (242,240,196). Sum of RGB (Red+Green+Blue) = 242+240+196=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 196 (76.95% from 255 or 28.91% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0C4 is #0D0F3B. Grayscale: #EBEBEB. Windows color (decimal): -855868 or 12906738. OLE color: 12906738.
HSL color Cylindrical-coordinate representation of color #F2F0C4: hue angle of 57.39º 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 #F2F0C4 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 196 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.05 |
| HSL | 57.39º | 0.64% | 0.86% | - |
| HSV(B) | 57.39º | 0.19% | 0.95% | - |
| XYZ | 77.74 | 85.18 | 64.57 | - |
| YUV | 235.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 196 | 0 | 0.01 | 0.19 | 0.05 | 57.39 | 0.64 | 0.86 |
| Hex | F2 | F0 | C4 | 0 | 1 | 13 | 5 | 39 | 40 | 56 |
| Octal | 362 | 360 | 304 | 0 | 1 | 23 | 5 | 71 | 100 | 126 |
| Binary | 11110010 | 11110000 | 11000100 | 0 | 1 | 10011 | 101 | 111001 | 1000000 | 1010110 |
Color Harmonies of #F2F0C4
Complementary color
Monochromatic Colors of #F2F0C4
Black with #F2F0C4
Text Example
Text Example
White with #F2F0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0C4; }
p { color: rgb(242,240,196); }
H1.HeaderClassName
{
color: #F2F0C4;
}
.AnyTagClassName
{
color: #F2F0C4;
}
</style>
background-color css
<style>
a { background-color: #F2F0C4; }
a { background-color: rgb(242,240,196); }
div.DivClassName
{
background-color: #F2F0C4;
}
.BgClassName
{
background-color: #F2F0C4;
}
</style>
border-color css
<style>
span { border-color: #F2F0C4; }
span { border-color: rgb(242,240,196); }
td.TdClassName
{
border-color: #F2F0C4;
}
.TagClassName
{
border-color: #F2F0C4;
}
</style>