Shades of Spring Sun #F0F1C3
Tints of Spring Sun #F0F1C3
RGB
CMYK
RGB Variations
Color information
#F0F1C3 (or 0xF0F1C3) is known color: Spring Sun. HEX triplet: F0, F1 and C3. RGB value is (240,241,195). Sum of RGB (Red+Green+Blue) = 240+241+195=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 195 (76.56% from 255 or 28.85% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1C3 is #0F0E3C. Grayscale: #EBEBEB. Windows color (decimal): -986685 or 12841456. OLE color: 12841456.
HSL color Cylindrical-coordinate representation of color #F0F1C3: hue angle of 61.3º 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 #F0F1C3 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 195 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.05 |
| HSL | 61.3º | 0.62% | 0.85% | - |
| HSV(B) | 61.3º | 0.19% | 0.95% | - |
| XYZ | 77.24 | 85.38 | 64.04 | - |
| YUV | 235.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 195 | 0.00 | 0 | 0.19 | 0.05 | 61.3 | 0.62 | 0.85 |
| Hex | F0 | F1 | C3 | 0 | 0 | 13 | 5 | 3D | 3E | 55 |
| Octal | 360 | 361 | 303 | 0 | 0 | 23 | 5 | 75 | 76 | 125 |
| Binary | 11110000 | 11110001 | 11000011 | 0 | 0 | 10011 | 101 | 111101 | 111110 | 1010101 |
Color Harmonies of #F0F1C3
Complementary color
Monochromatic Colors of #F0F1C3
Black with #F0F1C3
Text Example
Text Example
White with #F0F1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1C3; }
p { color: rgb(240,241,195); }
H1.HeaderClassName
{
color: #F0F1C3;
}
.AnyTagClassName
{
color: #F0F1C3;
}
</style>
background-color css
<style>
a { background-color: #F0F1C3; }
a { background-color: rgb(240,241,195); }
div.DivClassName
{
background-color: #F0F1C3;
}
.BgClassName
{
background-color: #F0F1C3;
}
</style>
border-color css
<style>
span { border-color: #F0F1C3; }
span { border-color: rgb(240,241,195); }
td.TdClassName
{
border-color: #F0F1C3;
}
.TagClassName
{
border-color: #F0F1C3;
}
</style>