Shades of Mint Cream #F9FCFA
Tints of Mint Cream #F9FCFA
RGB
CMYK
RGB Variations
Color information
#F9FCFA (or 0xF9FCFA) is known color: Mint Cream. HEX triplet: F9, FC and FA. RGB value is (249,252,250). Sum of RGB (Red+Green+Blue) = 249+252+250=751 (99% of max value = 765). Red value is 249 (97.66% from 255 or 33.16% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 250 (98.05% from 255 or 33.29% from 751); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FCFA is #060305. Grayscale: #FAFAFA. Windows color (decimal): -393990 or 16448761. OLE color: 16448761.
HSL color Cylindrical-coordinate representation of color #F9FCFA: hue angle of 140º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F9FCFA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 252 | 250 | - |
CMYK | 0.01 | 0 | 0.01 | 0.01 |
HSL | 140º | 0.33% | 0.98% | - |
HSV(B) | 140º | 0.01% | 0.99% | - |
XYZ | 91.13 | 96.66 | 104.3 | - |
YUV | 250.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 252 | 250 | 0.01 | 0 | 0.01 | 0.01 | 140 | 0.33 | 0.98 |
Hex | F9 | FC | FA | 1 | 0 | 1 | 1 | 8C | 21 | 62 |
Octal | 371 | 374 | 372 | 1 | 0 | 1 | 1 | 214 | 41 | 142 |
Binary | 11111001 | 11111100 | 11111010 | 1 | 0 | 1 | 1 | 10001100 | 100001 | 1100010 |
Color Harmonies of #F9FCFA
Complementary color
Monochromatic Colors of #F9FCFA
Black with #F9FCFA
Text Example
Text Example
White with #F9FCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FCFA; }
p { color: rgb(249,252,250); }
H1.HeaderClassName
{
color: #F9FCFA;
}
.AnyTagClassName
{
color: #F9FCFA;
}
</style>
background-color css
<style>
a { background-color: #F9FCFA; }
a { background-color: rgb(249,252,250); }
div.DivClassName
{
background-color: #F9FCFA;
}
.BgClassName
{
background-color: #F9FCFA;
}
</style>
border-color css
<style>
span { border-color: #F9FCFA; }
span { border-color: rgb(249,252,250); }
td.TdClassName
{
border-color: #F9FCFA;
}
.TagClassName
{
border-color: #F9FCFA;
}
</style>