Shades of Snuff #F2C7ED
Tints of Snuff #F2C7ED
RGB
CMYK
RGB Variations
Color information
#F2C7ED (or 0xF2C7ED) is known color: Snuff. HEX triplet: F2, C7 and ED. RGB value is (242,199,237). Sum of RGB (Red+Green+Blue) = 242+199+237=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 199 (78.12% from 255 or 29.35% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C7ED is #0D3812. Grayscale: #D8D8D8. Windows color (decimal): -866323 or 15583218. OLE color: 15583218.
HSL color Cylindrical-coordinate representation of color #F2C7ED: hue angle of 306.98º degrees, saturation: 0.62, 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 #F2C7ED is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 237 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.05 |
| HSL | 306.98º | 0.62% | 0.86% | - |
| HSV(B) | 306.98º | 0.18% | 0.95% | - |
| XYZ | 72.33 | 65.84 | 89.02 | - |
| YUV | 216.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 237 | 0 | 0.18 | 0.02 | 0.05 | 306.98 | 0.62 | 0.86 |
| Hex | F2 | C7 | ED | 0 | 12 | 2 | 5 | 133 | 3E | 56 |
| Octal | 362 | 307 | 355 | 0 | 22 | 2 | 5 | 463 | 76 | 126 |
| Binary | 11110010 | 11000111 | 11101101 | 0 | 10010 | 10 | 101 | 100110011 | 111110 | 1010110 |
Color Harmonies of #F2C7ED
Complementary color
Monochromatic Colors of #F2C7ED
Black with #F2C7ED
Text Example
Text Example
White with #F2C7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C7ED; }
p { color: rgb(242,199,237); }
H1.HeaderClassName
{
color: #F2C7ED;
}
.AnyTagClassName
{
color: #F2C7ED;
}
</style>
background-color css
<style>
a { background-color: #F2C7ED; }
a { background-color: rgb(242,199,237); }
div.DivClassName
{
background-color: #F2C7ED;
}
.BgClassName
{
background-color: #F2C7ED;
}
</style>
border-color css
<style>
span { border-color: #F2C7ED; }
span { border-color: rgb(242,199,237); }
td.TdClassName
{
border-color: #F2C7ED;
}
.TagClassName
{
border-color: #F2C7ED;
}
</style>