Shades of Mint Cream #F0FCF5
Tints of Mint Cream #F0FCF5
RGB
CMYK
RGB Variations
Color information
#F0FCF5 (or 0xF0FCF5) is known color: Mint Cream. HEX triplet: F0, FC and F5. RGB value is (240,252,245). Sum of RGB (Red+Green+Blue) = 240+252+245=737 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.56% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 245 (96.09% from 255 or 33.24% from 737); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FCF5 is #0F030A. Grayscale: #F7F7F7. Windows color (decimal): -983819 or 16121072. OLE color: 16121072.
HSL color Cylindrical-coordinate representation of color #F0FCF5: hue angle of 145º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0FCF5 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 252 | 245 | - |
CMYK | 0.05 | 0 | 0.03 | 0.01 |
HSL | 145º | 0.67% | 0.96% | - |
HSV(B) | 145º | 0.05% | 0.99% | - |
XYZ | 87.23 | 94.74 | 100.08 | - |
YUV | 247.61 | 126.52 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 252 | 245 | 0.05 | 0 | 0.03 | 0.01 | 145 | 0.67 | 0.96 |
Hex | F0 | FC | F5 | 5 | 0 | 3 | 1 | 91 | 43 | 60 |
Octal | 360 | 374 | 365 | 5 | 0 | 3 | 1 | 221 | 103 | 140 |
Binary | 11110000 | 11111100 | 11110101 | 101 | 0 | 11 | 1 | 10010001 | 1000011 | 1100000 |
Color Harmonies of #F0FCF5
Complementary color
Monochromatic Colors of #F0FCF5
Black with #F0FCF5
Text Example
Text Example
White with #F0FCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCF5; }
p { color: rgb(240,252,245); }
H1.HeaderClassName
{
color: #F0FCF5;
}
.AnyTagClassName
{
color: #F0FCF5;
}
</style>
background-color css
<style>
a { background-color: #F0FCF5; }
a { background-color: rgb(240,252,245); }
div.DivClassName
{
background-color: #F0FCF5;
}
.BgClassName
{
background-color: #F0FCF5;
}
</style>
border-color css
<style>
span { border-color: #F0FCF5; }
span { border-color: rgb(240,252,245); }
td.TdClassName
{
border-color: #F0FCF5;
}
.TagClassName
{
border-color: #F0FCF5;
}
</style>