Shades of Spring Sun #F1EEC1
Tints of Spring Sun #F1EEC1
RGB
CMYK
RGB Variations
Color information
#F1EEC1 (or 0xF1EEC1) is known color: Spring Sun. HEX triplet: F1, EE and C1. RGB value is (241,238,193). Sum of RGB (Red+Green+Blue) = 241+238+193=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 193 (75.78% from 255 or 28.72% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EEC1 is #0E113E. Grayscale: #E9E9E9. Windows color (decimal): -921919 or 12709617. OLE color: 12709617.
HSL color Cylindrical-coordinate representation of color #F1EEC1: hue angle of 56.25º 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 #F1EEC1 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 193 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.05 |
| HSL | 56.25º | 0.63% | 0.85% | - |
| HSV(B) | 56.25º | 0.2% | 0.95% | - |
| XYZ | 76.48 | 83.7 | 62.58 | - |
| YUV | 233.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 193 | 0 | 0.01 | 0.20 | 0.05 | 56.25 | 0.63 | 0.85 |
| Hex | F1 | EE | C1 | 0 | 1 | 14 | 5 | 38 | 3F | 55 |
| Octal | 361 | 356 | 301 | 0 | 1 | 24 | 5 | 70 | 77 | 125 |
| Binary | 11110001 | 11101110 | 11000001 | 0 | 1 | 10100 | 101 | 111000 | 111111 | 1010101 |
Color Harmonies of #F1EEC1
Complementary color
Monochromatic Colors of #F1EEC1
Black with #F1EEC1
Text Example
Text Example
White with #F1EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EEC1; }
p { color: rgb(241,238,193); }
H1.HeaderClassName
{
color: #F1EEC1;
}
.AnyTagClassName
{
color: #F1EEC1;
}
</style>
background-color css
<style>
a { background-color: #F1EEC1; }
a { background-color: rgb(241,238,193); }
div.DivClassName
{
background-color: #F1EEC1;
}
.BgClassName
{
background-color: #F1EEC1;
}
</style>
border-color css
<style>
span { border-color: #F1EEC1; }
span { border-color: rgb(241,238,193); }
td.TdClassName
{
border-color: #F1EEC1;
}
.TagClassName
{
border-color: #F1EEC1;
}
</style>