Shades of MintCream #F5FFFA
Tints of MintCream #F5FFFA
RGB
CMYK
RGB Variations
Color information
#F5FFFA (or 0xF5FFFA) is known color: MintCream. HEX triplet: F5, FF and FA. RGB value is (245,255,250). Sum of RGB (Red+Green+Blue) = 245+255+250=750 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.67% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFFA is #0A0005. Grayscale: #FBFBFB. Windows color (decimal): -655366 or 16449525. OLE color: 16449525.
HSL color Cylindrical-coordinate representation of color #F5FFFA: hue angle of 150º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5FFFA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 245 | 255 | 250 | - |
CMYK | 0.04 | 0 | 0.02 | 0 |
HSL | 150º | 1% | 0.98% | - |
HSV(B) | 150º | 0.04% | 1% | - |
XYZ | 90.67 | 97.83 | 104.55 | - |
YUV | 251.44 | 127.19 | 123.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 255 | 250 | 0.04 | 0 | 0.02 | 0 | 150 | 1 | 0.98 |
Hex | F5 | FF | FA | 4 | 0 | 2 | 0 | 96 | 64 | 62 |
Octal | 365 | 377 | 372 | 4 | 0 | 2 | 0 | 226 | 144 | 142 |
Binary | 11110101 | 11111111 | 11111010 | 100 | 0 | 10 | 0 | 10010110 | 1100100 | 1100010 |
Color Harmonies of #F5FFFA
Complementary color
Monochromatic Colors of #F5FFFA
Black with #F5FFFA
Text Example
Text Example
White with #F5FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFFA; }
p { color: rgb(245,255,250); }
H1.HeaderClassName
{
color: #F5FFFA;
}
.AnyTagClassName
{
color: #F5FFFA;
}
</style>
background-color css
<style>
a { background-color: #F5FFFA; }
a { background-color: rgb(245,255,250); }
div.DivClassName
{
background-color: #F5FFFA;
}
.BgClassName
{
background-color: #F5FFFA;
}
</style>
border-color css
<style>
span { border-color: #F5FFFA; }
span { border-color: rgb(245,255,250); }
td.TdClassName
{
border-color: #F5FFFA;
}
.TagClassName
{
border-color: #F5FFFA;
}
</style>