Shades of Mint Cream #FAFDFC
Tints of Mint Cream #FAFDFC
RGB
CMYK
RGB Variations
Color information
#FAFDFC (or 0xFAFDFC) is known color: Mint Cream. HEX triplet: FA, FD and FC. RGB value is (250,253,252). Sum of RGB (Red+Green+Blue) = 250+253+252=755 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.11% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 252 (98.83% from 255 or 33.38% from 755); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDFC is #050203. Grayscale: #FBFBFB. Windows color (decimal): -328196 or 16580090. OLE color: 16580090.
HSL color Cylindrical-coordinate representation of color #FAFDFC: hue angle of 160º degrees, saturation: 0.43, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAFDFC is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 253 | 252 | - |
CMYK | 0.01 | 0 | 0.00 | 0.01 |
HSL | 160º | 0.43% | 0.99% | - |
HSV(B) | 160º | 0.01% | 0.99% | - |
XYZ | 92.12 | 97.6 | 106.08 | - |
YUV | 251.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 253 | 252 | 0.01 | 0 | 0.00 | 0.01 | 160 | 0.43 | 0.99 |
Hex | FA | FD | FC | 1 | 0 | 0 | 1 | A0 | 2B | 63 |
Octal | 372 | 375 | 374 | 1 | 0 | 0 | 1 | 240 | 53 | 143 |
Binary | 11111010 | 11111101 | 11111100 | 1 | 0 | 0 | 1 | 10100000 | 101011 | 1100011 |
Color Harmonies of #FAFDFC
Complementary color
Monochromatic Colors of #FAFDFC
Black with #FAFDFC
Text Example
Text Example
White with #FAFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDFC; }
p { color: rgb(250,253,252); }
H1.HeaderClassName
{
color: #FAFDFC;
}
.AnyTagClassName
{
color: #FAFDFC;
}
</style>
background-color css
<style>
a { background-color: #FAFDFC; }
a { background-color: rgb(250,253,252); }
div.DivClassName
{
background-color: #FAFDFC;
}
.BgClassName
{
background-color: #FAFDFC;
}
</style>
border-color css
<style>
span { border-color: #FAFDFC; }
span { border-color: rgb(250,253,252); }
td.TdClassName
{
border-color: #FAFDFC;
}
.TagClassName
{
border-color: #FAFDFC;
}
</style>