Shades of Spring Sun #F0F2CA
Tints of Spring Sun #F0F2CA
RGB
CMYK
RGB Variations
Color information
#F0F2CA (or 0xF0F2CA) is known color: Spring Sun. HEX triplet: F0, F2 and CA. RGB value is (240,242,202). Sum of RGB (Red+Green+Blue) = 240+242+202=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 202 (79.30% from 255 or 29.53% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2CA is #0F0D35. Grayscale: #EDEDED. Windows color (decimal): -986422 or 13300464. OLE color: 13300464.
HSL color Cylindrical-coordinate representation of color #F0F2CA: hue angle of 63º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0F2CA is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 202 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.05 |
| HSL | 63º | 0.61% | 0.87% | - |
| HSV(B) | 63º | 0.17% | 0.95% | - |
| XYZ | 78.35 | 86.29 | 68.4 | - |
| YUV | 236.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 202 | 0.01 | 0 | 0.17 | 0.05 | 63 | 0.61 | 0.87 |
| Hex | F0 | F2 | CA | 1 | 0 | 11 | 5 | 3F | 3D | 57 |
| Octal | 360 | 362 | 312 | 1 | 0 | 21 | 5 | 77 | 75 | 127 |
| Binary | 11110000 | 11110010 | 11001010 | 1 | 0 | 10001 | 101 | 111111 | 111101 | 1010111 |
Color Harmonies of #F0F2CA
Complementary color
Monochromatic Colors of #F0F2CA
Black with #F0F2CA
Text Example
Text Example
White with #F0F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F2CA; }
p { color: rgb(240,242,202); }
H1.HeaderClassName
{
color: #F0F2CA;
}
.AnyTagClassName
{
color: #F0F2CA;
}
</style>
background-color css
<style>
a { background-color: #F0F2CA; }
a { background-color: rgb(240,242,202); }
div.DivClassName
{
background-color: #F0F2CA;
}
.BgClassName
{
background-color: #F0F2CA;
}
</style>
border-color css
<style>
span { border-color: #F0F2CA; }
span { border-color: rgb(240,242,202); }
td.TdClassName
{
border-color: #F0F2CA;
}
.TagClassName
{
border-color: #F0F2CA;
}
</style>