Shades of Mint Cream #F0FFFA
Tints of Mint Cream #F0FFFA
RGB
CMYK
RGB Variations
Color information
#F0FFFA (or 0xF0FFFA) is known color: Mint Cream. HEX triplet: F0, FF and FA. RGB value is (240,255,250). Sum of RGB (Red+Green+Blue) = 240+255+250=745 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.21% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FFFA is #0F0005. Grayscale: #F9F9F9. Windows color (decimal): -983046 or 16449520. OLE color: 16449520.
HSL color Cylindrical-coordinate representation of color #F0FFFA: hue angle of 160º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0FFFA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 250 | - |
CMYK | 0.06 | 0 | 0.02 | 0 |
HSL | 160º | 1% | 0.97% | - |
HSV(B) | 160º | 0.06% | 1% | - |
XYZ | 88.95 | 96.95 | 104.47 | - |
YUV | 249.95 | 128.03 | 120.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 250 | 0.06 | 0 | 0.02 | 0 | 160 | 1 | 0.97 |
Hex | F0 | FF | FA | 6 | 0 | 2 | 0 | A0 | 64 | 61 |
Octal | 360 | 377 | 372 | 6 | 0 | 2 | 0 | 240 | 144 | 141 |
Binary | 11110000 | 11111111 | 11111010 | 110 | 0 | 10 | 0 | 10100000 | 1100100 | 1100001 |
Color Harmonies of #F0FFFA
Complementary color
Monochromatic Colors of #F0FFFA
Black with #F0FFFA
Text Example
Text Example
White with #F0FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFFA; }
p { color: rgb(240,255,250); }
H1.HeaderClassName
{
color: #F0FFFA;
}
.AnyTagClassName
{
color: #F0FFFA;
}
</style>
background-color css
<style>
a { background-color: #F0FFFA; }
a { background-color: rgb(240,255,250); }
div.DivClassName
{
background-color: #F0FFFA;
}
.BgClassName
{
background-color: #F0FFFA;
}
</style>
border-color css
<style>
span { border-color: #F0FFFA; }
span { border-color: rgb(240,255,250); }
td.TdClassName
{
border-color: #F0FFFA;
}
.TagClassName
{
border-color: #F0FFFA;
}
</style>