Shades of Mint Cream #F2F8F5
Tints of Mint Cream #F2F8F5
RGB
CMYK
RGB Variations
Color information
#F2F8F5 (or 0xF2F8F5) is known color: Mint Cream. HEX triplet: F2, F8 and F5. RGB value is (242,248,245). Sum of RGB (Red+Green+Blue) = 242+248+245=735 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.93% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F8F5 is #0D070A. Grayscale: #F5F5F5. Windows color (decimal): -853771 or 16120050. OLE color: 16120050.
HSL color Cylindrical-coordinate representation of color #F2F8F5: hue angle of 150º degrees, saturation: 0.3, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F2F8F5 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 245 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.03 |
| HSL | 150º | 0.3% | 0.96% | - |
| HSV(B) | 150º | 0.02% | 0.97% | - |
| XYZ | 86.67 | 92.6 | 99.69 | - |
| YUV | 245.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 245 | 0.02 | 0 | 0.01 | 0.03 | 150 | 0.3 | 0.96 |
| Hex | F2 | F8 | F5 | 2 | 0 | 1 | 3 | 96 | 1E | 60 |
| Octal | 362 | 370 | 365 | 2 | 0 | 1 | 3 | 226 | 36 | 140 |
| Binary | 11110010 | 11111000 | 11110101 | 10 | 0 | 1 | 11 | 10010110 | 11110 | 1100000 |
Color Harmonies of #F2F8F5
Complementary color
Monochromatic Colors of #F2F8F5
Black with #F2F8F5
Text Example
Text Example
White with #F2F8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F8F5; }
p { color: rgb(242,248,245); }
H1.HeaderClassName
{
color: #F2F8F5;
}
.AnyTagClassName
{
color: #F2F8F5;
}
</style>
background-color css
<style>
a { background-color: #F2F8F5; }
a { background-color: rgb(242,248,245); }
div.DivClassName
{
background-color: #F2F8F5;
}
.BgClassName
{
background-color: #F2F8F5;
}
</style>
border-color css
<style>
span { border-color: #F2F8F5; }
span { border-color: rgb(242,248,245); }
td.TdClassName
{
border-color: #F2F8F5;
}
.TagClassName
{
border-color: #F2F8F5;
}
</style>