Shades of Mint Cream #F7FDFA
Tints of Mint Cream #F7FDFA
RGB
CMYK
RGB Variations
Color information
#F7FDFA (or 0xF7FDFA) is known color: Mint Cream. HEX triplet: F7, FD and FA. RGB value is (247,253,250). Sum of RGB (Red+Green+Blue) = 247+253+250=750 (99% of max value = 765). Red value is 247 (96.88% from 255 or 32.93% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FDFA is #080205. Grayscale: #FAFAFA. Windows color (decimal): -524806 or 16449015. OLE color: 16449015.
HSL color Cylindrical-coordinate representation of color #F7FDFA: hue angle of 150º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F7FDFA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 247 | 253 | 250 | - |
CMYK | 0.02 | 0 | 0.01 | 0.01 |
HSL | 150º | 0.6% | 0.98% | - |
HSV(B) | 150º | 0.02% | 0.99% | - |
XYZ | 90.74 | 96.93 | 104.37 | - |
YUV | 250.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 253 | 250 | 0.02 | 0 | 0.01 | 0.01 | 150 | 0.6 | 0.98 |
Hex | F7 | FD | FA | 2 | 0 | 1 | 1 | 96 | 3C | 62 |
Octal | 367 | 375 | 372 | 2 | 0 | 1 | 1 | 226 | 74 | 142 |
Binary | 11110111 | 11111101 | 11111010 | 10 | 0 | 1 | 1 | 10010110 | 111100 | 1100010 |
Color Harmonies of #F7FDFA
Complementary color
Monochromatic Colors of #F7FDFA
Black with #F7FDFA
Text Example
Text Example
White with #F7FDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FDFA; }
p { color: rgb(247,253,250); }
H1.HeaderClassName
{
color: #F7FDFA;
}
.AnyTagClassName
{
color: #F7FDFA;
}
</style>
background-color css
<style>
a { background-color: #F7FDFA; }
a { background-color: rgb(247,253,250); }
div.DivClassName
{
background-color: #F7FDFA;
}
.BgClassName
{
background-color: #F7FDFA;
}
</style>
border-color css
<style>
span { border-color: #F7FDFA; }
span { border-color: rgb(247,253,250); }
td.TdClassName
{
border-color: #F7FDFA;
}
.TagClassName
{
border-color: #F7FDFA;
}
</style>