Shades of Mint Cream #F5FAF7
Tints of Mint Cream #F5FAF7
RGB
CMYK
RGB Variations
Color information
#F5FAF7 (or 0xF5FAF7) is known color: Mint Cream. HEX triplet: F5, FA and F7. RGB value is (245,250,247). Sum of RGB (Red+Green+Blue) = 245+250+247=742 (98% of max value = 765). Red value is 245 (96.09% from 255 or 33.02% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 247 (96.88% from 255 or 33.29% from 742); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAF7 is #0A0508. Grayscale: #F8F8F8. Windows color (decimal): -656649 or 16251637. OLE color: 16251637.
HSL color Cylindrical-coordinate representation of color #F5FAF7: hue angle of 144º degrees, saturation: 0.33, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F5FAF7 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 245 | 250 | 247 | - |
CMYK | 0.02 | 0 | 0.01 | 0.02 |
HSL | 144º | 0.33% | 0.97% | - |
HSV(B) | 144º | 0.02% | 0.98% | - |
XYZ | 88.63 | 94.5 | 101.56 | - |
YUV | 248.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 250 | 247 | 0.02 | 0 | 0.01 | 0.02 | 144 | 0.33 | 0.97 |
Hex | F5 | FA | F7 | 2 | 0 | 1 | 2 | 90 | 21 | 61 |
Octal | 365 | 372 | 367 | 2 | 0 | 1 | 2 | 220 | 41 | 141 |
Binary | 11110101 | 11111010 | 11110111 | 10 | 0 | 1 | 10 | 10010000 | 100001 | 1100001 |
Color Harmonies of #F5FAF7
Complementary color
Monochromatic Colors of #F5FAF7
Black with #F5FAF7
Text Example
Text Example
White with #F5FAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FAF7; }
p { color: rgb(245,250,247); }
H1.HeaderClassName
{
color: #F5FAF7;
}
.AnyTagClassName
{
color: #F5FAF7;
}
</style>
background-color css
<style>
a { background-color: #F5FAF7; }
a { background-color: rgb(245,250,247); }
div.DivClassName
{
background-color: #F5FAF7;
}
.BgClassName
{
background-color: #F5FAF7;
}
</style>
border-color css
<style>
span { border-color: #F5FAF7; }
span { border-color: rgb(245,250,247); }
td.TdClassName
{
border-color: #F5FAF7;
}
.TagClassName
{
border-color: #F5FAF7;
}
</style>