Shades of Spring Sun #F0F1CB
Tints of Spring Sun #F0F1CB
RGB
CMYK
RGB Variations
Color information
#F0F1CB (or 0xF0F1CB) is known color: Spring Sun. HEX triplet: F0, F1 and CB. RGB value is (240,241,203). Sum of RGB (Red+Green+Blue) = 240+241+203=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1CB is #0F0E34. Grayscale: #ECECEC. Windows color (decimal): -986677 or 13365744. OLE color: 13365744.
HSL color Cylindrical-coordinate representation of color #F0F1CB: hue angle of 61.58º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F1CB is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 203 | - |
| CMYK | 0.00 | 0 | 0.16 | 0.05 |
| HSL | 61.58º | 0.58% | 0.87% | - |
| HSV(B) | 61.58º | 0.16% | 0.95% | - |
| XYZ | 78.17 | 85.75 | 68.93 | - |
| YUV | 236.37 | 109.17 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 203 | 0.00 | 0 | 0.16 | 0.05 | 61.58 | 0.58 | 0.87 |
| Hex | F0 | F1 | CB | 0 | 0 | 10 | 5 | 3E | 3A | 57 |
| Octal | 360 | 361 | 313 | 0 | 0 | 20 | 5 | 76 | 72 | 127 |
| Binary | 11110000 | 11110001 | 11001011 | 0 | 0 | 10000 | 101 | 111110 | 111010 | 1010111 |
Color Harmonies of #F0F1CB
Complementary color
Monochromatic Colors of #F0F1CB
Black with #F0F1CB
Text Example
Text Example
White with #F0F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F1CB; }
p { color: rgb(240,241,203); }
H1.HeaderClassName
{
color: #F0F1CB;
}
.AnyTagClassName
{
color: #F0F1CB;
}
</style>
background-color css
<style>
a { background-color: #F0F1CB; }
a { background-color: rgb(240,241,203); }
div.DivClassName
{
background-color: #F0F1CB;
}
.BgClassName
{
background-color: #F0F1CB;
}
</style>
border-color css
<style>
span { border-color: #F0F1CB; }
span { border-color: rgb(240,241,203); }
td.TdClassName
{
border-color: #F0F1CB;
}
.TagClassName
{
border-color: #F0F1CB;
}
</style>