Shades of Spring Sun #F1F0C1
Tints of Spring Sun #F1F0C1
RGB
CMYK
RGB Variations
Color information
#F1F0C1 (or 0xF1F0C1) is known color: Spring Sun. HEX triplet: F1, F0 and C1. RGB value is (241,240,193). Sum of RGB (Red+Green+Blue) = 241+240+193=674 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.76% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 193 (75.78% from 255 or 28.64% from 674); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0C1 is #0E0F3E. Grayscale: #EBEBEB. Windows color (decimal): -921407 or 12710129. OLE color: 12710129.
HSL color Cylindrical-coordinate representation of color #F1F0C1: hue angle of 58.75º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1F0C1 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 193 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.05 |
| HSL | 58.75º | 0.63% | 0.85% | - |
| HSV(B) | 58.75º | 0.2% | 0.95% | - |
| XYZ | 77.06 | 84.87 | 62.77 | - |
| YUV | 234.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 193 | 0 | 0.00 | 0.20 | 0.05 | 58.75 | 0.63 | 0.85 |
| Hex | F1 | F0 | C1 | 0 | 0 | 14 | 5 | 3B | 3F | 55 |
| Octal | 361 | 360 | 301 | 0 | 0 | 24 | 5 | 73 | 77 | 125 |
| Binary | 11110001 | 11110000 | 11000001 | 0 | 0 | 10100 | 101 | 111011 | 111111 | 1010101 |
Color Harmonies of #F1F0C1
Complementary color
Monochromatic Colors of #F1F0C1
Black with #F1F0C1
Text Example
Text Example
White with #F1F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F0C1; }
p { color: rgb(241,240,193); }
H1.HeaderClassName
{
color: #F1F0C1;
}
.AnyTagClassName
{
color: #F1F0C1;
}
</style>
background-color css
<style>
a { background-color: #F1F0C1; }
a { background-color: rgb(241,240,193); }
div.DivClassName
{
background-color: #F1F0C1;
}
.BgClassName
{
background-color: #F1F0C1;
}
</style>
border-color css
<style>
span { border-color: #F1F0C1; }
span { border-color: rgb(241,240,193); }
td.TdClassName
{
border-color: #F1F0C1;
}
.TagClassName
{
border-color: #F1F0C1;
}
</style>