Shades of Spring Sun #F1EDC6
Tints of Spring Sun #F1EDC6
RGB
CMYK
RGB Variations
Color information
#F1EDC6 (or 0xF1EDC6) is known color: Spring Sun. HEX triplet: F1, ED and C6. RGB value is (241,237,198). Sum of RGB (Red+Green+Blue) = 241+237+198=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 198 (77.73% from 255 or 29.29% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC6 is #0E1239. Grayscale: #E9E9E9. Windows color (decimal): -922170 or 13037041. OLE color: 13037041.
HSL color Cylindrical-coordinate representation of color #F1EDC6: hue angle of 54.42º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1EDC6 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 198 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.05 |
| HSL | 54.42º | 0.61% | 0.86% | - |
| HSV(B) | 54.42º | 0.18% | 0.95% | - |
| XYZ | 76.75 | 83.35 | 65.47 | - |
| YUV | 233.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 198 | 0 | 0.02 | 0.18 | 0.05 | 54.42 | 0.61 | 0.86 |
| Hex | F1 | ED | C6 | 0 | 2 | 12 | 5 | 36 | 3D | 56 |
| Octal | 361 | 355 | 306 | 0 | 2 | 22 | 5 | 66 | 75 | 126 |
| Binary | 11110001 | 11101101 | 11000110 | 0 | 10 | 10010 | 101 | 110110 | 111101 | 1010110 |
Color Harmonies of #F1EDC6
Complementary color
Monochromatic Colors of #F1EDC6
Black with #F1EDC6
Text Example
Text Example
White with #F1EDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDC6; }
p { color: rgb(241,237,198); }
H1.HeaderClassName
{
color: #F1EDC6;
}
.AnyTagClassName
{
color: #F1EDC6;
}
</style>
background-color css
<style>
a { background-color: #F1EDC6; }
a { background-color: rgb(241,237,198); }
div.DivClassName
{
background-color: #F1EDC6;
}
.BgClassName
{
background-color: #F1EDC6;
}
</style>
border-color css
<style>
span { border-color: #F1EDC6; }
span { border-color: rgb(241,237,198); }
td.TdClassName
{
border-color: #F1EDC6;
}
.TagClassName
{
border-color: #F1EDC6;
}
</style>