Shades of Mint Cream #FAFFFC
Tints of Mint Cream #FAFFFC
RGB
CMYK
RGB Variations
Color information
#FAFFFC (or 0xFAFFFC) is known color: Mint Cream. HEX triplet: FA, FF and FC. RGB value is (250,255,252). Sum of RGB (Red+Green+Blue) = 250+255+252=757 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.03% from 757); Green value is 255 (100% from 255 or 33.69% from 757); Blue value is 252 (98.83% from 255 or 33.29% from 757); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFFC is #050003. Grayscale: #FDFDFD. Windows color (decimal): -327684 or 16580602. OLE color: 16580602.
HSL color Cylindrical-coordinate representation of color #FAFFFC: hue angle of 144º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAFFFC is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 252 | - |
| CMYK | 0.02 | 0 | 0.01 | 0 |
| HSL | 144º | 1% | 0.99% | - |
| HSV(B) | 144º | 0.02% | 1% | - |
| XYZ | 92.76 | 98.87 | 106.29 | - |
| YUV | 253.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 252 | 0.02 | 0 | 0.01 | 0 | 144 | 1 | 0.99 |
| Hex | FA | FF | FC | 2 | 0 | 1 | 0 | 90 | 64 | 63 |
| Octal | 372 | 377 | 374 | 2 | 0 | 1 | 0 | 220 | 144 | 143 |
| Binary | 11111010 | 11111111 | 11111100 | 10 | 0 | 1 | 0 | 10010000 | 1100100 | 1100011 |
Color Harmonies of #FAFFFC
Complementary color
Monochromatic Colors of #FAFFFC
Black with #FAFFFC
Text Example
Text Example
White with #FAFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFFC; }
p { color: rgb(250,255,252); }
H1.HeaderClassName
{
color: #FAFFFC;
}
.AnyTagClassName
{
color: #FAFFFC;
}
</style>
background-color css
<style>
a { background-color: #FAFFFC; }
a { background-color: rgb(250,255,252); }
div.DivClassName
{
background-color: #FAFFFC;
}
.BgClassName
{
background-color: #FAFFFC;
}
</style>
border-color css
<style>
span { border-color: #FAFFFC; }
span { border-color: rgb(250,255,252); }
td.TdClassName
{
border-color: #FAFFFC;
}
.TagClassName
{
border-color: #FAFFFC;
}
</style>