Shades of Mint Cream #F2FBF8
Tints of Mint Cream #F2FBF8
RGB
CMYK
RGB Variations
Color information
#F2FBF8 (or 0xF2FBF8) is known color: Mint Cream. HEX triplet: F2, FB and F8. RGB value is (242,251,248). Sum of RGB (Red+Green+Blue) = 242+251+248=741 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.66% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 248 (97.27% from 255 or 33.47% from 741); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBF8 is #0D0407. Grayscale: #F7F7F7. Windows color (decimal): -853000 or 16317426. OLE color: 16317426.
HSL color Cylindrical-coordinate representation of color #F2FBF8: hue angle of 160º 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 #F2FBF8 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 251 | 248 | - |
CMYK | 0.04 | 0 | 0.01 | 0.02 |
HSL | 160º | 0.53% | 0.97% | - |
HSV(B) | 160º | 0.04% | 0.98% | - |
XYZ | 88.06 | 94.65 | 102.43 | - |
YUV | 247.97 | 128.02 | 123.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 251 | 248 | 0.04 | 0 | 0.01 | 0.02 | 160 | 0.53 | 0.97 |
Hex | F2 | FB | F8 | 4 | 0 | 1 | 2 | A0 | 35 | 61 |
Octal | 362 | 373 | 370 | 4 | 0 | 1 | 2 | 240 | 65 | 141 |
Binary | 11110010 | 11111011 | 11111000 | 100 | 0 | 1 | 10 | 10100000 | 110101 | 1100001 |
Color Harmonies of #F2FBF8
Complementary color
Monochromatic Colors of #F2FBF8
Black with #F2FBF8
Text Example
Text Example
White with #F2FBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBF8; }
p { color: rgb(242,251,248); }
H1.HeaderClassName
{
color: #F2FBF8;
}
.AnyTagClassName
{
color: #F2FBF8;
}
</style>
background-color css
<style>
a { background-color: #F2FBF8; }
a { background-color: rgb(242,251,248); }
div.DivClassName
{
background-color: #F2FBF8;
}
.BgClassName
{
background-color: #F2FBF8;
}
</style>
border-color css
<style>
span { border-color: #F2FBF8; }
span { border-color: rgb(242,251,248); }
td.TdClassName
{
border-color: #F2FBF8;
}
.TagClassName
{
border-color: #F2FBF8;
}
</style>