Shades of Mint Cream #F0FEFA
Tints of Mint Cream #F0FEFA
RGB
CMYK
RGB Variations
Color information
#F0FEFA (or 0xF0FEFA) is known color: Mint Cream. HEX triplet: F0, FE and FA. RGB value is (240,254,250). Sum of RGB (Red+Green+Blue) = 240+254+250=744 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.26% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEFA is #0F0105. Grayscale: #F9F9F9. Windows color (decimal): -983302 or 16449264. OLE color: 16449264.
HSL color Cylindrical-coordinate representation of color #F0FEFA: hue angle of 162.86º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FEFA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 250 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.00 |
| HSL | 162.86º | 0.88% | 0.97% | - |
| HSV(B) | 162.86º | 0.06% | 1% | - |
| XYZ | 88.63 | 96.31 | 104.36 | - |
| YUV | 249.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 250 | 0.06 | 0 | 0.02 | 0.00 | 162.86 | 0.88 | 0.97 |
| Hex | F0 | FE | FA | 6 | 0 | 2 | 0 | A3 | 58 | 61 |
| Octal | 360 | 376 | 372 | 6 | 0 | 2 | 0 | 243 | 130 | 141 |
| Binary | 11110000 | 11111110 | 11111010 | 110 | 0 | 10 | 0 | 10100011 | 1011000 | 1100001 |
Color Harmonies of #F0FEFA
Complementary color
Monochromatic Colors of #F0FEFA
Black with #F0FEFA
Text Example
Text Example
White with #F0FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FEFA; }
p { color: rgb(240,254,250); }
H1.HeaderClassName
{
color: #F0FEFA;
}
.AnyTagClassName
{
color: #F0FEFA;
}
</style>
background-color css
<style>
a { background-color: #F0FEFA; }
a { background-color: rgb(240,254,250); }
div.DivClassName
{
background-color: #F0FEFA;
}
.BgClassName
{
background-color: #F0FEFA;
}
</style>
border-color css
<style>
span { border-color: #F0FEFA; }
span { border-color: rgb(240,254,250); }
td.TdClassName
{
border-color: #F0FEFA;
}
.TagClassName
{
border-color: #F0FEFA;
}
</style>