Shades of Mint Cream #F2FFF6
Tints of Mint Cream #F2FFF6
RGB
CMYK
RGB Variations
Color information
#F2FFF6 (or 0xF2FFF6) is known color: Mint Cream. HEX triplet: F2, FF and F6. RGB value is (242,255,246). Sum of RGB (Red+Green+Blue) = 242+255+246=743 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.57% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 246 (96.48% from 255 or 33.11% from 743); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFF6 is #0D0009. Grayscale: #FAFAFA. Windows color (decimal): -851978 or 16187378. OLE color: 16187378.
HSL color Cylindrical-coordinate representation of color #F2FFF6: hue angle of 138.46º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FFF6 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 246 | - |
| CMYK | 0.05 | 0 | 0.04 | 0 |
| HSL | 138.46º | 1% | 0.97% | - |
| HSV(B) | 138.46º | 0.05% | 1% | - |
| XYZ | 89.01 | 97.05 | 101.23 | - |
| YUV | 250.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 246 | 0.05 | 0 | 0.04 | 0 | 138.46 | 1 | 0.97 |
| Hex | F2 | FF | F6 | 5 | 0 | 4 | 0 | 8A | 64 | 61 |
| Octal | 362 | 377 | 366 | 5 | 0 | 4 | 0 | 212 | 144 | 141 |
| Binary | 11110010 | 11111111 | 11110110 | 101 | 0 | 100 | 0 | 10001010 | 1100100 | 1100001 |
Color Harmonies of #F2FFF6
Complementary color
Monochromatic Colors of #F2FFF6
Black with #F2FFF6
Text Example
Text Example
White with #F2FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFF6; }
p { color: rgb(242,255,246); }
H1.HeaderClassName
{
color: #F2FFF6;
}
.AnyTagClassName
{
color: #F2FFF6;
}
</style>
background-color css
<style>
a { background-color: #F2FFF6; }
a { background-color: rgb(242,255,246); }
div.DivClassName
{
background-color: #F2FFF6;
}
.BgClassName
{
background-color: #F2FFF6;
}
</style>
border-color css
<style>
span { border-color: #F2FFF6; }
span { border-color: rgb(242,255,246); }
td.TdClassName
{
border-color: #F2FFF6;
}
.TagClassName
{
border-color: #F2FFF6;
}
</style>