Shades of Spring Sun #F1F2CA
Tints of Spring Sun #F1F2CA
RGB
CMYK
RGB Variations
Color information
#F1F2CA (or 0xF1F2CA) is known color: Spring Sun. HEX triplet: F1, F2 and CA. RGB value is (241,242,202). Sum of RGB (Red+Green+Blue) = 241+242+202=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2CA is #0E0D35. Grayscale: #EDEDED. Windows color (decimal): -920886 or 13300465. OLE color: 13300465.
HSL color Cylindrical-coordinate representation of color #F1F2CA: hue angle of 61.5º 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 #F1F2CA is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 242 | 202 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.05 |
| HSL | 61.5º | 0.61% | 0.87% | - |
| HSV(B) | 61.5º | 0.17% | 0.95% | - |
| XYZ | 78.69 | 86.47 | 68.42 | - |
| YUV | 237.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 242 | 202 | 0.00 | 0 | 0.17 | 0.05 | 61.5 | 0.61 | 0.87 |
| Hex | F1 | F2 | CA | 0 | 0 | 11 | 5 | 3E | 3D | 57 |
| Octal | 361 | 362 | 312 | 0 | 0 | 21 | 5 | 76 | 75 | 127 |
| Binary | 11110001 | 11110010 | 11001010 | 0 | 0 | 10001 | 101 | 111110 | 111101 | 1010111 |
Color Harmonies of #F1F2CA
Complementary color
Monochromatic Colors of #F1F2CA
Black with #F1F2CA
Text Example
Text Example
White with #F1F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F2CA; }
p { color: rgb(241,242,202); }
H1.HeaderClassName
{
color: #F1F2CA;
}
.AnyTagClassName
{
color: #F1F2CA;
}
</style>
background-color css
<style>
a { background-color: #F1F2CA; }
a { background-color: rgb(241,242,202); }
div.DivClassName
{
background-color: #F1F2CA;
}
.BgClassName
{
background-color: #F1F2CA;
}
</style>
border-color css
<style>
span { border-color: #F1F2CA; }
span { border-color: rgb(241,242,202); }
td.TdClassName
{
border-color: #F1F2CA;
}
.TagClassName
{
border-color: #F1F2CA;
}
</style>