Shades of Mint Cream #F5FDFA
Tints of Mint Cream #F5FDFA
RGB
CMYK
RGB Variations
Color information
#F5FDFA (or 0xF5FDFA) is known color: Mint Cream. HEX triplet: F5, FD and FA. RGB value is (245,253,250). Sum of RGB (Red+Green+Blue) = 245+253+250=748 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.75% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 250 (98.05% from 255 or 33.42% from 748); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDFA is #0A0205. Grayscale: #FAFAFA. Windows color (decimal): -655878 or 16449013. OLE color: 16449013.
HSL color Cylindrical-coordinate representation of color #F5FDFA: hue angle of 157.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F5FDFA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 250 | - |
CMYK | 0.03 | 0 | 0.01 | 0.01 |
HSL | 157.5º | 0.67% | 0.98% | - |
HSV(B) | 157.5º | 0.03% | 0.99% | - |
XYZ | 90.04 | 96.57 | 104.34 | - |
YUV | 250.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 250 | 0.03 | 0 | 0.01 | 0.01 | 157.5 | 0.67 | 0.98 |
Hex | F5 | FD | FA | 3 | 0 | 1 | 1 | 9E | 43 | 62 |
Octal | 365 | 375 | 372 | 3 | 0 | 1 | 1 | 236 | 103 | 142 |
Binary | 11110101 | 11111101 | 11111010 | 11 | 0 | 1 | 1 | 10011110 | 1000011 | 1100010 |
Color Harmonies of #F5FDFA
Complementary color
Monochromatic Colors of #F5FDFA
Black with #F5FDFA
Text Example
Text Example
White with #F5FDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDFA; }
p { color: rgb(245,253,250); }
H1.HeaderClassName
{
color: #F5FDFA;
}
.AnyTagClassName
{
color: #F5FDFA;
}
</style>
background-color css
<style>
a { background-color: #F5FDFA; }
a { background-color: rgb(245,253,250); }
div.DivClassName
{
background-color: #F5FDFA;
}
.BgClassName
{
background-color: #F5FDFA;
}
</style>
border-color css
<style>
span { border-color: #F5FDFA; }
span { border-color: rgb(245,253,250); }
td.TdClassName
{
border-color: #F5FDFA;
}
.TagClassName
{
border-color: #F5FDFA;
}
</style>