Shades of Mint Cream #F2FEF8
Tints of Mint Cream #F2FEF8
RGB
CMYK
RGB Variations
Color information
#F2FEF8 (or 0xF2FEF8) is known color: Mint Cream. HEX triplet: F2, FE and F8. RGB value is (242,254,248). Sum of RGB (Red+Green+Blue) = 242+254+248=744 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.53% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 248 (97.27% from 255 or 33.33% from 744); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEF8 is #0D0107. Grayscale: #F9F9F9. Windows color (decimal): -852232 or 16318194. OLE color: 16318194.
HSL color Cylindrical-coordinate representation of color #F2FEF8: hue angle of 150º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2FEF8 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 248 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.00 |
| HSL | 150º | 0.86% | 0.97% | - |
| HSV(B) | 150º | 0.05% | 1% | - |
| XYZ | 89 | 96.54 | 102.75 | - |
| YUV | 249.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 248 | 0.05 | 0 | 0.02 | 0.00 | 150 | 0.86 | 0.97 |
| Hex | F2 | FE | F8 | 5 | 0 | 2 | 0 | 96 | 56 | 61 |
| Octal | 362 | 376 | 370 | 5 | 0 | 2 | 0 | 226 | 126 | 141 |
| Binary | 11110010 | 11111110 | 11111000 | 101 | 0 | 10 | 0 | 10010110 | 1010110 | 1100001 |
Color Harmonies of #F2FEF8
Complementary color
Monochromatic Colors of #F2FEF8
Black with #F2FEF8
Text Example
Text Example
White with #F2FEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEF8; }
p { color: rgb(242,254,248); }
H1.HeaderClassName
{
color: #F2FEF8;
}
.AnyTagClassName
{
color: #F2FEF8;
}
</style>
background-color css
<style>
a { background-color: #F2FEF8; }
a { background-color: rgb(242,254,248); }
div.DivClassName
{
background-color: #F2FEF8;
}
.BgClassName
{
background-color: #F2FEF8;
}
</style>
border-color css
<style>
span { border-color: #F2FEF8; }
span { border-color: rgb(242,254,248); }
td.TdClassName
{
border-color: #F2FEF8;
}
.TagClassName
{
border-color: #F2FEF8;
}
</style>