Shades of Mint Cream #F2FBF5
Tints of Mint Cream #F2FBF5
RGB
CMYK
RGB Variations
Color information
#F2FBF5 (or 0xF2FBF5) is known color: Mint Cream. HEX triplet: F2, FB and F5. RGB value is (242,251,245). Sum of RGB (Red+Green+Blue) = 242+251+245=738 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.79% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 245 (96.09% from 255 or 33.20% from 738); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FBF5 is #0D040A. Grayscale: #F7F7F7. Windows color (decimal): -853003 or 16120818. OLE color: 16120818.
HSL color Cylindrical-coordinate representation of color #F2FBF5: hue angle of 140º 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 #F2FBF5 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 251 | 245 | - |
CMYK | 0.04 | 0 | 0.02 | 0.02 |
HSL | 140º | 0.53% | 0.97% | - |
HSV(B) | 140º | 0.04% | 0.98% | - |
XYZ | 87.6 | 94.46 | 100 | - |
YUV | 247.63 | 126.52 | 123.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 251 | 245 | 0.04 | 0 | 0.02 | 0.02 | 140 | 0.53 | 0.97 |
Hex | F2 | FB | F5 | 4 | 0 | 2 | 2 | 8C | 35 | 61 |
Octal | 362 | 373 | 365 | 4 | 0 | 2 | 2 | 214 | 65 | 141 |
Binary | 11110010 | 11111011 | 11110101 | 100 | 0 | 10 | 10 | 10001100 | 110101 | 1100001 |
Color Harmonies of #F2FBF5
Complementary color
Monochromatic Colors of #F2FBF5
Black with #F2FBF5
Text Example
Text Example
White with #F2FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBF5; }
p { color: rgb(242,251,245); }
H1.HeaderClassName
{
color: #F2FBF5;
}
.AnyTagClassName
{
color: #F2FBF5;
}
</style>
background-color css
<style>
a { background-color: #F2FBF5; }
a { background-color: rgb(242,251,245); }
div.DivClassName
{
background-color: #F2FBF5;
}
.BgClassName
{
background-color: #F2FBF5;
}
</style>
border-color css
<style>
span { border-color: #F2FBF5; }
span { border-color: rgb(242,251,245); }
td.TdClassName
{
border-color: #F2FBF5;
}
.TagClassName
{
border-color: #F2FBF5;
}
</style>