Shades of Spring Sun #F0F4C4
Tints of Spring Sun #F0F4C4
RGB
CMYK
RGB Variations
Color information
#F0F4C4 (or 0xF0F4C4) is known color: Spring Sun. HEX triplet: F0, F4 and C4. RGB value is (240,244,196). Sum of RGB (Red+Green+Blue) = 240+244+196=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 196 (76.95% from 255 or 28.82% from 680); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4C4 is #0F0B3B. Grayscale: #EDEDED. Windows color (decimal): -985916 or 12907760. OLE color: 12907760.
HSL color Cylindrical-coordinate representation of color #F0F4C4: hue angle of 65º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0F4C4 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 196 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.04 |
| HSL | 65º | 0.69% | 0.86% | - |
| HSV(B) | 65º | 0.2% | 0.96% | - |
| XYZ | 78.25 | 87.21 | 64.93 | - |
| YUV | 237.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 196 | 0.02 | 0 | 0.20 | 0.04 | 65 | 0.69 | 0.86 |
| Hex | F0 | F4 | C4 | 2 | 0 | 14 | 4 | 41 | 45 | 56 |
| Octal | 360 | 364 | 304 | 2 | 0 | 24 | 4 | 101 | 105 | 126 |
| Binary | 11110000 | 11110100 | 11000100 | 10 | 0 | 10100 | 100 | 1000001 | 1000101 | 1010110 |
Color Harmonies of #F0F4C4
Complementary color
Monochromatic Colors of #F0F4C4
Black with #F0F4C4
Text Example
Text Example
White with #F0F4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F4C4; }
p { color: rgb(240,244,196); }
H1.HeaderClassName
{
color: #F0F4C4;
}
.AnyTagClassName
{
color: #F0F4C4;
}
</style>
background-color css
<style>
a { background-color: #F0F4C4; }
a { background-color: rgb(240,244,196); }
div.DivClassName
{
background-color: #F0F4C4;
}
.BgClassName
{
background-color: #F0F4C4;
}
</style>
border-color css
<style>
span { border-color: #F0F4C4; }
span { border-color: rgb(240,244,196); }
td.TdClassName
{
border-color: #F0F4C4;
}
.TagClassName
{
border-color: #F0F4C4;
}
</style>