Shades of Snuff #F2C9EF
Tints of Snuff #F2C9EF
RGB
CMYK
RGB Variations
Color information
#F2C9EF (or 0xF2C9EF) is known color: Snuff. HEX triplet: F2, C9 and EF. RGB value is (242,201,239). Sum of RGB (Red+Green+Blue) = 242+201+239=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 201 (78.91% from 255 or 29.47% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C9EF is #0D3610. Grayscale: #D9D9D9. Windows color (decimal): -865809 or 15714802. OLE color: 15714802.
HSL color Cylindrical-coordinate representation of color #F2C9EF: hue angle of 304.39º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2C9EF is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 239 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.05 |
| HSL | 304.39º | 0.61% | 0.87% | - |
| HSV(B) | 304.39º | 0.17% | 0.95% | - |
| XYZ | 73.08 | 66.88 | 90.72 | - |
| YUV | 217.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 239 | 0 | 0.17 | 0.01 | 0.05 | 304.39 | 0.61 | 0.87 |
| Hex | F2 | C9 | EF | 0 | 11 | 1 | 5 | 130 | 3D | 57 |
| Octal | 362 | 311 | 357 | 0 | 21 | 1 | 5 | 460 | 75 | 127 |
| Binary | 11110010 | 11001001 | 11101111 | 0 | 10001 | 1 | 101 | 100110000 | 111101 | 1010111 |
Color Harmonies of #F2C9EF
Complementary color
Monochromatic Colors of #F2C9EF
Black with #F2C9EF
Text Example
Text Example
White with #F2C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9EF; }
p { color: rgb(242,201,239); }
H1.HeaderClassName
{
color: #F2C9EF;
}
.AnyTagClassName
{
color: #F2C9EF;
}
</style>
background-color css
<style>
a { background-color: #F2C9EF; }
a { background-color: rgb(242,201,239); }
div.DivClassName
{
background-color: #F2C9EF;
}
.BgClassName
{
background-color: #F2C9EF;
}
</style>
border-color css
<style>
span { border-color: #F2C9EF; }
span { border-color: rgb(242,201,239); }
td.TdClassName
{
border-color: #F2C9EF;
}
.TagClassName
{
border-color: #F2C9EF;
}
</style>