Shades of Spring Sun #F0F1C8
Tints of Spring Sun #F0F1C8
RGB
CMYK
RGB Variations
Color information
#F0F1C8 (or 0xF0F1C8) is known color: Spring Sun. HEX triplet: F0, F1 and C8. RGB value is (240,241,200). Sum of RGB (Red+Green+Blue) = 240+241+200=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 200 (78.52% from 255 or 29.37% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1C8 is #0F0E37. Grayscale: #ECECEC. Windows color (decimal): -986680 or 13169136. OLE color: 13169136.
HSL color Cylindrical-coordinate representation of color #F0F1C8: hue angle of 61.46º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0F1C8 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 200 | - |
| CMYK | 0.00 | 0 | 0.17 | 0.05 |
| HSL | 61.46º | 0.59% | 0.86% | - |
| HSV(B) | 61.46º | 0.17% | 0.95% | - |
| XYZ | 77.82 | 85.61 | 67.07 | - |
| YUV | 236.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 200 | 0.00 | 0 | 0.17 | 0.05 | 61.46 | 0.59 | 0.86 |
| Hex | F0 | F1 | C8 | 0 | 0 | 11 | 5 | 3D | 3B | 56 |
| Octal | 360 | 361 | 310 | 0 | 0 | 21 | 5 | 75 | 73 | 126 |
| Binary | 11110000 | 11110001 | 11001000 | 0 | 0 | 10001 | 101 | 111101 | 111011 | 1010110 |
Color Harmonies of #F0F1C8
Complementary color
Monochromatic Colors of #F0F1C8
Black with #F0F1C8
Text Example
Text Example
White with #F0F1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1C8; }
p { color: rgb(240,241,200); }
H1.HeaderClassName
{
color: #F0F1C8;
}
.AnyTagClassName
{
color: #F0F1C8;
}
</style>
background-color css
<style>
a { background-color: #F0F1C8; }
a { background-color: rgb(240,241,200); }
div.DivClassName
{
background-color: #F0F1C8;
}
.BgClassName
{
background-color: #F0F1C8;
}
</style>
border-color css
<style>
span { border-color: #F0F1C8; }
span { border-color: rgb(240,241,200); }
td.TdClassName
{
border-color: #F0F1C8;
}
.TagClassName
{
border-color: #F0F1C8;
}
</style>