Shades of Snowy Mint #C8FAC5
Tints of Snowy Mint #C8FAC5
RGB
CMYK
RGB Variations
Color information
#C8FAC5 (or 0xC8FAC5) is known color: Snowy Mint. HEX triplet: C8, FA and C5. RGB value is (200,250,197). Sum of RGB (Red+Green+Blue) = 200+250+197=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAC5 is #37053A. Grayscale: #E5E5E5. Windows color (decimal): -3605819 or 12974792. OLE color: 12974792.
HSL color Cylindrical-coordinate representation of color #C8FAC5: hue angle of 116.6º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FAC5 is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 197 | - |
| CMYK | 0.2 | 0 | 0.21 | 0.02 |
| HSL | 116.6º | 0.84% | 0.88% | - |
| HSV(B) | 116.6º | 0.21% | 0.98% | - |
| XYZ | 68.08 | 84.68 | 65.58 | - |
| YUV | 229.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 197 | 0.2 | 0 | 0.21 | 0.02 | 116.6 | 0.84 | 0.88 |
| Hex | C8 | FA | C5 | 14 | 0 | 15 | 2 | 75 | 54 | 58 |
| Octal | 310 | 372 | 305 | 24 | 0 | 25 | 2 | 165 | 124 | 130 |
| Binary | 11001000 | 11111010 | 11000101 | 10100 | 0 | 10101 | 10 | 1110101 | 1010100 | 1011000 |
Color Harmonies of #C8FAC5
Complementary color
Monochromatic Colors of #C8FAC5
Black with #C8FAC5
Text Example
Text Example
White with #C8FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAC5; }
p { color: rgb(200,250,197); }
H1.HeaderClassName
{
color: #C8FAC5;
}
.AnyTagClassName
{
color: #C8FAC5;
}
</style>
background-color css
<style>
a { background-color: #C8FAC5; }
a { background-color: rgb(200,250,197); }
div.DivClassName
{
background-color: #C8FAC5;
}
.BgClassName
{
background-color: #C8FAC5;
}
</style>
border-color css
<style>
span { border-color: #C8FAC5; }
span { border-color: rgb(200,250,197); }
td.TdClassName
{
border-color: #C8FAC5;
}
.TagClassName
{
border-color: #C8FAC5;
}
</style>