Shades of Spring Sun #F2F2CA
Tints of Spring Sun #F2F2CA
RGB
CMYK
RGB Variations
Color information
#F2F2CA (or 0xF2F2CA) is known color: Spring Sun. HEX triplet: F2, F2 and CA. RGB value is (242,242,202). Sum of RGB (Red+Green+Blue) = 242+242+202=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F2CA is #0D0D35. Grayscale: #EDEDED. Windows color (decimal): -855350 or 13300466. OLE color: 13300466.
HSL color Cylindrical-coordinate representation of color #F2F2CA: hue angle of 60º 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 #F2F2CA is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 202 | - |
| CMYK | 0 | 0 | 0.17 | 0.05 |
| HSL | 60º | 0.61% | 0.87% | - |
| HSV(B) | 60º | 0.17% | 0.95% | - |
| XYZ | 79.03 | 86.65 | 68.44 | - |
| YUV | 237.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 202 | 0 | 0 | 0.17 | 0.05 | 60 | 0.61 | 0.87 |
| Hex | F2 | F2 | CA | 0 | 0 | 11 | 5 | 3C | 3D | 57 |
| Octal | 362 | 362 | 312 | 0 | 0 | 21 | 5 | 74 | 75 | 127 |
| Binary | 11110010 | 11110010 | 11001010 | 0 | 0 | 10001 | 101 | 111100 | 111101 | 1010111 |
Color Harmonies of #F2F2CA
Complementary color
Monochromatic Colors of #F2F2CA
Black with #F2F2CA
Text Example
Text Example
White with #F2F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2CA; }
p { color: rgb(242,242,202); }
H1.HeaderClassName
{
color: #F2F2CA;
}
.AnyTagClassName
{
color: #F2F2CA;
}
</style>
background-color css
<style>
a { background-color: #F2F2CA; }
a { background-color: rgb(242,242,202); }
div.DivClassName
{
background-color: #F2F2CA;
}
.BgClassName
{
background-color: #F2F2CA;
}
</style>
border-color css
<style>
span { border-color: #F2F2CA; }
span { border-color: rgb(242,242,202); }
td.TdClassName
{
border-color: #F2F2CA;
}
.TagClassName
{
border-color: #F2F2CA;
}
</style>