Shades of Mint Cream #F0F5F3
Tints of Mint Cream #F0F5F3
RGB
CMYK
RGB Variations
Color information
#F0F5F3 (or 0xF0F5F3) is known color: Mint Cream. HEX triplet: F0, F5 and F3. RGB value is (240,245,243). Sum of RGB (Red+Green+Blue) = 240+245+243=728 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.97% from 728); Green value is 245 (96.09% from 255 or 33.65% from 728); Blue value is 243 (95.31% from 255 or 33.38% from 728); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F5F3 is #0F0A0C. Grayscale: #F3F3F3. Windows color (decimal): -985613 or 15988208. OLE color: 15988208.
HSL color Cylindrical-coordinate representation of color #F0F5F3: hue angle of 156º degrees, saturation: 0.2, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F0F5F3 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 243 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.04 |
| HSL | 156º | 0.2% | 0.95% | - |
| HSV(B) | 156º | 0.02% | 0.96% | - |
| XYZ | 84.77 | 90.3 | 97.76 | - |
| YUV | 243.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 243 | 0.02 | 0 | 0.01 | 0.04 | 156 | 0.2 | 0.95 |
| Hex | F0 | F5 | F3 | 2 | 0 | 1 | 4 | 9C | 14 | 5F |
| Octal | 360 | 365 | 363 | 2 | 0 | 1 | 4 | 234 | 24 | 137 |
| Binary | 11110000 | 11110101 | 11110011 | 10 | 0 | 1 | 100 | 10011100 | 10100 | 1011111 |
Color Harmonies of #F0F5F3
Complementary color
Monochromatic Colors of #F0F5F3
Black with #F0F5F3
Text Example
Text Example
White with #F0F5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5F3; }
p { color: rgb(240,245,243); }
H1.HeaderClassName
{
color: #F0F5F3;
}
.AnyTagClassName
{
color: #F0F5F3;
}
</style>
background-color css
<style>
a { background-color: #F0F5F3; }
a { background-color: rgb(240,245,243); }
div.DivClassName
{
background-color: #F0F5F3;
}
.BgClassName
{
background-color: #F0F5F3;
}
</style>
border-color css
<style>
span { border-color: #F0F5F3; }
span { border-color: rgb(240,245,243); }
td.TdClassName
{
border-color: #F0F5F3;
}
.TagClassName
{
border-color: #F0F5F3;
}
</style>