Shades of Spring Sun #F1F0CA
Tints of Spring Sun #F1F0CA
RGB
CMYK
RGB Variations
Color information
#F1F0CA (or 0xF1F0CA) is known color: Spring Sun. HEX triplet: F1, F0 and CA. RGB value is (241,240,202). Sum of RGB (Red+Green+Blue) = 241+240+202=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 202 (79.30% from 255 or 29.58% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0CA is #0E0F35. Grayscale: #ECECEC. Windows color (decimal): -921398 or 13299953. OLE color: 13299953.
HSL color Cylindrical-coordinate representation of color #F1F0CA: hue angle of 58.46º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1F0CA is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 202 | - |
| CMYK | 0 | 0.00 | 0.16 | 0.05 |
| HSL | 58.46º | 0.58% | 0.87% | - |
| HSV(B) | 58.46º | 0.16% | 0.95% | - |
| XYZ | 78.1 | 85.29 | 68.22 | - |
| YUV | 235.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 202 | 0 | 0.00 | 0.16 | 0.05 | 58.46 | 0.58 | 0.87 |
| Hex | F1 | F0 | CA | 0 | 0 | 10 | 5 | 3A | 3A | 57 |
| Octal | 361 | 360 | 312 | 0 | 0 | 20 | 5 | 72 | 72 | 127 |
| Binary | 11110001 | 11110000 | 11001010 | 0 | 0 | 10000 | 101 | 111010 | 111010 | 1010111 |
Color Harmonies of #F1F0CA
Complementary color
Monochromatic Colors of #F1F0CA
Black with #F1F0CA
Text Example
Text Example
White with #F1F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0CA; }
p { color: rgb(241,240,202); }
H1.HeaderClassName
{
color: #F1F0CA;
}
.AnyTagClassName
{
color: #F1F0CA;
}
</style>
background-color css
<style>
a { background-color: #F1F0CA; }
a { background-color: rgb(241,240,202); }
div.DivClassName
{
background-color: #F1F0CA;
}
.BgClassName
{
background-color: #F1F0CA;
}
</style>
border-color css
<style>
span { border-color: #F1F0CA; }
span { border-color: rgb(241,240,202); }
td.TdClassName
{
border-color: #F1F0CA;
}
.TagClassName
{
border-color: #F1F0CA;
}
</style>