Shades of Mint Cream #F2FBF6
Tints of Mint Cream #F2FBF6
RGB
CMYK
RGB Variations
Color information
#F2FBF6 (or 0xF2FBF6) is known color: Mint Cream. HEX triplet: F2, FB and F6. RGB value is (242,251,246). Sum of RGB (Red+Green+Blue) = 242+251+246=739 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.75% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 246 (96.48% from 255 or 33.29% from 739); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBF6 is #0D0409. Grayscale: #F7F7F7. Windows color (decimal): -853002 or 16186354. OLE color: 16186354.
HSL color Cylindrical-coordinate representation of color #F2FBF6: hue angle of 146.67º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2FBF6 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 251 | 246 | - |
CMYK | 0.04 | 0 | 0.02 | 0.02 |
HSL | 146.67º | 0.53% | 0.97% | - |
HSV(B) | 146.67º | 0.04% | 0.98% | - |
XYZ | 87.75 | 94.53 | 100.81 | - |
YUV | 247.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 251 | 246 | 0.04 | 0 | 0.02 | 0.02 | 146.67 | 0.53 | 0.97 |
Hex | F2 | FB | F6 | 4 | 0 | 2 | 2 | 93 | 35 | 61 |
Octal | 362 | 373 | 366 | 4 | 0 | 2 | 2 | 223 | 65 | 141 |
Binary | 11110010 | 11111011 | 11110110 | 100 | 0 | 10 | 10 | 10010011 | 110101 | 1100001 |
Color Harmonies of #F2FBF6
Complementary color
Monochromatic Colors of #F2FBF6
Black with #F2FBF6
Text Example
Text Example
White with #F2FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBF6; }
p { color: rgb(242,251,246); }
H1.HeaderClassName
{
color: #F2FBF6;
}
.AnyTagClassName
{
color: #F2FBF6;
}
</style>
background-color css
<style>
a { background-color: #F2FBF6; }
a { background-color: rgb(242,251,246); }
div.DivClassName
{
background-color: #F2FBF6;
}
.BgClassName
{
background-color: #F2FBF6;
}
</style>
border-color css
<style>
span { border-color: #F2FBF6; }
span { border-color: rgb(242,251,246); }
td.TdClassName
{
border-color: #F2FBF6;
}
.TagClassName
{
border-color: #F2FBF6;
}
</style>