Shades of Mint Cream #F2FAF6
Tints of Mint Cream #F2FAF6
RGB
CMYK
RGB Variations
Color information
#F2FAF6 (or 0xF2FAF6) is known color: Mint Cream. HEX triplet: F2, FA and F6. RGB value is (242,250,246). Sum of RGB (Red+Green+Blue) = 242+250+246=738 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.79% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 246 (96.48% from 255 or 33.33% from 738); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FAF6 is #0D0509. Grayscale: #F7F7F7. Windows color (decimal): -853258 or 16186098. OLE color: 16186098.
HSL color Cylindrical-coordinate representation of color #F2FAF6: hue angle of 150º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2FAF6 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 250 | 246 | - |
CMYK | 0.03 | 0 | 0.02 | 0.02 |
HSL | 150º | 0.44% | 0.96% | - |
HSV(B) | 150º | 0.03% | 0.98% | - |
XYZ | 87.44 | 93.9 | 100.71 | - |
YUV | 247.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 250 | 246 | 0.03 | 0 | 0.02 | 0.02 | 150 | 0.44 | 0.96 |
Hex | F2 | FA | F6 | 3 | 0 | 2 | 2 | 96 | 2C | 60 |
Octal | 362 | 372 | 366 | 3 | 0 | 2 | 2 | 226 | 54 | 140 |
Binary | 11110010 | 11111010 | 11110110 | 11 | 0 | 10 | 10 | 10010110 | 101100 | 1100000 |
Color Harmonies of #F2FAF6
Complementary color
Monochromatic Colors of #F2FAF6
Black with #F2FAF6
Text Example
Text Example
White with #F2FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FAF6; }
p { color: rgb(242,250,246); }
H1.HeaderClassName
{
color: #F2FAF6;
}
.AnyTagClassName
{
color: #F2FAF6;
}
</style>
background-color css
<style>
a { background-color: #F2FAF6; }
a { background-color: rgb(242,250,246); }
div.DivClassName
{
background-color: #F2FAF6;
}
.BgClassName
{
background-color: #F2FAF6;
}
</style>
border-color css
<style>
span { border-color: #F2FAF6; }
span { border-color: rgb(242,250,246); }
td.TdClassName
{
border-color: #F2FAF6;
}
.TagClassName
{
border-color: #F2FAF6;
}
</style>