Shades of Snuff #F2C9ED
Tints of Snuff #F2C9ED
RGB
CMYK
RGB Variations
Color information
#F2C9ED (or 0xF2C9ED) is known color: Snuff. HEX triplet: F2, C9 and ED. RGB value is (242,201,237). Sum of RGB (Red+Green+Blue) = 242+201+237=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 201 (78.91% from 255 or 29.56% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C9ED is #0D3612. Grayscale: #D9D9D9. Windows color (decimal): -865811 or 15583730. OLE color: 15583730.
HSL color Cylindrical-coordinate representation of color #F2C9ED: hue angle of 307.32º 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 #F2C9ED is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 237 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.05 |
| HSL | 307.32º | 0.61% | 0.87% | - |
| HSV(B) | 307.32º | 0.17% | 0.95% | - |
| XYZ | 72.79 | 66.76 | 89.17 | - |
| YUV | 217.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 237 | 0 | 0.17 | 0.02 | 0.05 | 307.32 | 0.61 | 0.87 |
| Hex | F2 | C9 | ED | 0 | 11 | 2 | 5 | 133 | 3D | 57 |
| Octal | 362 | 311 | 355 | 0 | 21 | 2 | 5 | 463 | 75 | 127 |
| Binary | 11110010 | 11001001 | 11101101 | 0 | 10001 | 10 | 101 | 100110011 | 111101 | 1010111 |
Color Harmonies of #F2C9ED
Complementary color
Monochromatic Colors of #F2C9ED
Black with #F2C9ED
Text Example
Text Example
White with #F2C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9ED; }
p { color: rgb(242,201,237); }
H1.HeaderClassName
{
color: #F2C9ED;
}
.AnyTagClassName
{
color: #F2C9ED;
}
</style>
background-color css
<style>
a { background-color: #F2C9ED; }
a { background-color: rgb(242,201,237); }
div.DivClassName
{
background-color: #F2C9ED;
}
.BgClassName
{
background-color: #F2C9ED;
}
</style>
border-color css
<style>
span { border-color: #F2C9ED; }
span { border-color: rgb(242,201,237); }
td.TdClassName
{
border-color: #F2C9ED;
}
.TagClassName
{
border-color: #F2C9ED;
}
</style>