Shades of Spring Sun #F1EDC3
Tints of Spring Sun #F1EDC3
RGB
CMYK
RGB Variations
Color information
#F1EDC3 (or 0xF1EDC3) is known color: Spring Sun. HEX triplet: F1, ED and C3. RGB value is (241,237,195). Sum of RGB (Red+Green+Blue) = 241+237+195=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 195 (76.56% from 255 or 28.97% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDC3 is #0E123C. Grayscale: #E9E9E9. Windows color (decimal): -922173 or 12840433. OLE color: 12840433.
HSL color Cylindrical-coordinate representation of color #F1EDC3: hue angle of 54.78º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1EDC3 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 195 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.05 |
| HSL | 54.78º | 0.62% | 0.85% | - |
| HSV(B) | 54.78º | 0.19% | 0.95% | - |
| XYZ | 76.41 | 83.21 | 63.66 | - |
| YUV | 233.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 195 | 0 | 0.02 | 0.19 | 0.05 | 54.78 | 0.62 | 0.85 |
| Hex | F1 | ED | C3 | 0 | 2 | 13 | 5 | 37 | 3E | 55 |
| Octal | 361 | 355 | 303 | 0 | 2 | 23 | 5 | 67 | 76 | 125 |
| Binary | 11110001 | 11101101 | 11000011 | 0 | 10 | 10011 | 101 | 110111 | 111110 | 1010101 |
Color Harmonies of #F1EDC3
Complementary color
Monochromatic Colors of #F1EDC3
Black with #F1EDC3
Text Example
Text Example
White with #F1EDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDC3; }
p { color: rgb(241,237,195); }
H1.HeaderClassName
{
color: #F1EDC3;
}
.AnyTagClassName
{
color: #F1EDC3;
}
</style>
background-color css
<style>
a { background-color: #F1EDC3; }
a { background-color: rgb(241,237,195); }
div.DivClassName
{
background-color: #F1EDC3;
}
.BgClassName
{
background-color: #F1EDC3;
}
</style>
border-color css
<style>
span { border-color: #F1EDC3; }
span { border-color: rgb(241,237,195); }
td.TdClassName
{
border-color: #F1EDC3;
}
.TagClassName
{
border-color: #F1EDC3;
}
</style>