Shades of Spring Sun #F0F1C5
Tints of Spring Sun #F0F1C5
RGB
CMYK
RGB Variations
Color information
#F0F1C5 (or 0xF0F1C5) is known color: Spring Sun. HEX triplet: F0, F1 and C5. RGB value is (240,241,197). Sum of RGB (Red+Green+Blue) = 240+241+197=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 197 (77.34% from 255 or 29.06% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1C5 is #0F0E3A. Grayscale: #EBEBEB. Windows color (decimal): -986683 or 12972528. OLE color: 12972528.
HSL color Cylindrical-coordinate representation of color #F0F1C5: hue angle of 61.36º 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 #F0F1C5 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 197 | - |
| CMYK | 0.00 | 0 | 0.18 | 0.05 |
| HSL | 61.36º | 0.61% | 0.86% | - |
| HSV(B) | 61.36º | 0.18% | 0.95% | - |
| XYZ | 77.47 | 85.47 | 65.24 | - |
| YUV | 235.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 197 | 0.00 | 0 | 0.18 | 0.05 | 61.36 | 0.61 | 0.86 |
| Hex | F0 | F1 | C5 | 0 | 0 | 12 | 5 | 3D | 3D | 56 |
| Octal | 360 | 361 | 305 | 0 | 0 | 22 | 5 | 75 | 75 | 126 |
| Binary | 11110000 | 11110001 | 11000101 | 0 | 0 | 10010 | 101 | 111101 | 111101 | 1010110 |
Color Harmonies of #F0F1C5
Complementary color
Monochromatic Colors of #F0F1C5
Black with #F0F1C5
Text Example
Text Example
White with #F0F1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1C5; }
p { color: rgb(240,241,197); }
H1.HeaderClassName
{
color: #F0F1C5;
}
.AnyTagClassName
{
color: #F0F1C5;
}
</style>
background-color css
<style>
a { background-color: #F0F1C5; }
a { background-color: rgb(240,241,197); }
div.DivClassName
{
background-color: #F0F1C5;
}
.BgClassName
{
background-color: #F0F1C5;
}
</style>
border-color css
<style>
span { border-color: #F0F1C5; }
span { border-color: rgb(240,241,197); }
td.TdClassName
{
border-color: #F0F1C5;
}
.TagClassName
{
border-color: #F0F1C5;
}
</style>