Shades of Mint Cream #F2FDFA
Tints of Mint Cream #F2FDFA
RGB
CMYK
RGB Variations
Color information
#F2FDFA (or 0xF2FDFA) is known color: Mint Cream. HEX triplet: F2, FD and FA. RGB value is (242,253,250). Sum of RGB (Red+Green+Blue) = 242+253+250=745 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.48% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDFA is #0D0205. Grayscale: #F9F9F9. Windows color (decimal): -852486 or 16449010. OLE color: 16449010.
HSL color Cylindrical-coordinate representation of color #F2FDFA: hue angle of 163.64º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2FDFA is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 253 | 250 | - |
CMYK | 0.04 | 0 | 0.01 | 0.01 |
HSL | 163.64º | 0.73% | 0.97% | - |
HSV(B) | 163.64º | 0.04% | 0.99% | - |
XYZ | 89 | 96.03 | 104.29 | - |
YUV | 249.37 | 128.36 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 253 | 250 | 0.04 | 0 | 0.01 | 0.01 | 163.64 | 0.73 | 0.97 |
Hex | F2 | FD | FA | 4 | 0 | 1 | 1 | A4 | 49 | 61 |
Octal | 362 | 375 | 372 | 4 | 0 | 1 | 1 | 244 | 111 | 141 |
Binary | 11110010 | 11111101 | 11111010 | 100 | 0 | 1 | 1 | 10100100 | 1001001 | 1100001 |
Color Harmonies of #F2FDFA
Complementary color
Monochromatic Colors of #F2FDFA
Black with #F2FDFA
Text Example
Text Example
White with #F2FDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDFA; }
p { color: rgb(242,253,250); }
H1.HeaderClassName
{
color: #F2FDFA;
}
.AnyTagClassName
{
color: #F2FDFA;
}
</style>
background-color css
<style>
a { background-color: #F2FDFA; }
a { background-color: rgb(242,253,250); }
div.DivClassName
{
background-color: #F2FDFA;
}
.BgClassName
{
background-color: #F2FDFA;
}
</style>
border-color css
<style>
span { border-color: #F2FDFA; }
span { border-color: rgb(242,253,250); }
td.TdClassName
{
border-color: #F2FDFA;
}
.TagClassName
{
border-color: #F2FDFA;
}
</style>