Shades of Snuff #F2C6ED
Tints of Snuff #F2C6ED
RGB
CMYK
RGB Variations
Color information
#F2C6ED (or 0xF2C6ED) is known color: Snuff. HEX triplet: F2, C6 and ED. RGB value is (242,198,237). Sum of RGB (Red+Green+Blue) = 242+198+237=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C6ED is #0D3912. Grayscale: #D7D7D7. Windows color (decimal): -866579 or 15582962. OLE color: 15582962.
HSL color Cylindrical-coordinate representation of color #F2C6ED: hue angle of 306.82º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2C6ED is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 237 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.05 |
| HSL | 306.82º | 0.63% | 0.86% | - |
| HSV(B) | 306.82º | 0.18% | 0.95% | - |
| XYZ | 72.1 | 65.38 | 88.94 | - |
| YUV | 215.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 237 | 0 | 0.18 | 0.02 | 0.05 | 306.82 | 0.63 | 0.86 |
| Hex | F2 | C6 | ED | 0 | 12 | 2 | 5 | 133 | 3F | 56 |
| Octal | 362 | 306 | 355 | 0 | 22 | 2 | 5 | 463 | 77 | 126 |
| Binary | 11110010 | 11000110 | 11101101 | 0 | 10010 | 10 | 101 | 100110011 | 111111 | 1010110 |
Color Harmonies of #F2C6ED
Complementary color
Monochromatic Colors of #F2C6ED
Black with #F2C6ED
Text Example
Text Example
White with #F2C6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6ED; }
p { color: rgb(242,198,237); }
H1.HeaderClassName
{
color: #F2C6ED;
}
.AnyTagClassName
{
color: #F2C6ED;
}
</style>
background-color css
<style>
a { background-color: #F2C6ED; }
a { background-color: rgb(242,198,237); }
div.DivClassName
{
background-color: #F2C6ED;
}
.BgClassName
{
background-color: #F2C6ED;
}
</style>
border-color css
<style>
span { border-color: #F2C6ED; }
span { border-color: rgb(242,198,237); }
td.TdClassName
{
border-color: #F2C6ED;
}
.TagClassName
{
border-color: #F2C6ED;
}
</style>