Shades of Mint Cream #F2FCF9
Tints of Mint Cream #F2FCF9
RGB
CMYK
RGB Variations
Color information
#F2FCF9 (or 0xF2FCF9) is known color: Mint Cream. HEX triplet: F2, FC and F9. RGB value is (242,252,249). Sum of RGB (Red+Green+Blue) = 242+252+249=743 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.57% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 249 (97.66% from 255 or 33.51% from 743); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCF9 is #0D0306. Grayscale: #F8F8F8. Windows color (decimal): -852743 or 16383218. OLE color: 16383218.
HSL color Cylindrical-coordinate representation of color #F2FCF9: hue angle of 162º degrees, saturation: 0.62, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2FCF9 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 249 | - |
CMYK | 0.04 | 0 | 0.01 | 0.01 |
HSL | 162º | 0.63% | 0.97% | - |
HSV(B) | 162º | 0.04% | 0.99% | - |
XYZ | 88.53 | 95.34 | 103.36 | - |
YUV | 248.67 | 128.19 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 249 | 0.04 | 0 | 0.01 | 0.01 | 162 | 0.63 | 0.97 |
Hex | F2 | FC | F9 | 4 | 0 | 1 | 1 | A2 | 3E | 61 |
Octal | 362 | 374 | 371 | 4 | 0 | 1 | 1 | 242 | 76 | 141 |
Binary | 11110010 | 11111100 | 11111001 | 100 | 0 | 1 | 1 | 10100010 | 111110 | 1100001 |
Color Harmonies of #F2FCF9
Complementary color
Monochromatic Colors of #F2FCF9
Black with #F2FCF9
Text Example
Text Example
White with #F2FCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCF9; }
p { color: rgb(242,252,249); }
H1.HeaderClassName
{
color: #F2FCF9;
}
.AnyTagClassName
{
color: #F2FCF9;
}
</style>
background-color css
<style>
a { background-color: #F2FCF9; }
a { background-color: rgb(242,252,249); }
div.DivClassName
{
background-color: #F2FCF9;
}
.BgClassName
{
background-color: #F2FCF9;
}
</style>
border-color css
<style>
span { border-color: #F2FCF9; }
span { border-color: rgb(242,252,249); }
td.TdClassName
{
border-color: #F2FCF9;
}
.TagClassName
{
border-color: #F2FCF9;
}
</style>