Shades of Mint Cream #F2FFF8
Tints of Mint Cream #F2FFF8
RGB
CMYK
RGB Variations
Color information
#F2FFF8 (or 0xF2FFF8) is known color: Mint Cream. HEX triplet: F2, FF and F8. RGB value is (242,255,248). Sum of RGB (Red+Green+Blue) = 242+255+248=745 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.48% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 248 (97.27% from 255 or 33.29% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFF8 is #0D0007. Grayscale: #FAFAFA. Windows color (decimal): -851976 or 16318450. OLE color: 16318450.
HSL color Cylindrical-coordinate representation of color #F2FFF8: hue angle of 147.69º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FFF8 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 248 | - |
| CMYK | 0.05 | 0 | 0.03 | 0 |
| HSL | 147.69º | 1% | 0.97% | - |
| HSV(B) | 147.69º | 0.05% | 1% | - |
| XYZ | 89.32 | 97.17 | 102.86 | - |
| YUV | 250.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 248 | 0.05 | 0 | 0.03 | 0 | 147.69 | 1 | 0.97 |
| Hex | F2 | FF | F8 | 5 | 0 | 3 | 0 | 94 | 64 | 61 |
| Octal | 362 | 377 | 370 | 5 | 0 | 3 | 0 | 224 | 144 | 141 |
| Binary | 11110010 | 11111111 | 11111000 | 101 | 0 | 11 | 0 | 10010100 | 1100100 | 1100001 |
Color Harmonies of #F2FFF8
Complementary color
Monochromatic Colors of #F2FFF8
Black with #F2FFF8
Text Example
Text Example
White with #F2FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFF8; }
p { color: rgb(242,255,248); }
H1.HeaderClassName
{
color: #F2FFF8;
}
.AnyTagClassName
{
color: #F2FFF8;
}
</style>
background-color css
<style>
a { background-color: #F2FFF8; }
a { background-color: rgb(242,255,248); }
div.DivClassName
{
background-color: #F2FFF8;
}
.BgClassName
{
background-color: #F2FFF8;
}
</style>
border-color css
<style>
span { border-color: #F2FFF8; }
span { border-color: rgb(242,255,248); }
td.TdClassName
{
border-color: #F2FFF8;
}
.TagClassName
{
border-color: #F2FFF8;
}
</style>