Shades of Snuff #F2D1EF
Tints of Snuff #F2D1EF
RGB
CMYK
RGB Variations
Color information
#F2D1EF (or 0xF2D1EF) is known color: Snuff. HEX triplet: F2, D1 and EF. RGB value is (242,209,239). Sum of RGB (Red+Green+Blue) = 242+209+239=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 209 (82.03% from 255 or 30.29% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D1EF is #0D2E10. Grayscale: #DEDEDE. Windows color (decimal): -863761 or 15716850. OLE color: 15716850.
HSL color Cylindrical-coordinate representation of color #F2D1EF: hue angle of 305.45º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2D1EF is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 239 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.05 |
| HSL | 305.45º | 0.56% | 0.88% | - |
| HSV(B) | 305.45º | 0.14% | 0.95% | - |
| XYZ | 75 | 70.71 | 91.36 | - |
| YUV | 222.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 239 | 0 | 0.14 | 0.01 | 0.05 | 305.45 | 0.56 | 0.88 |
| Hex | F2 | D1 | EF | 0 | E | 1 | 5 | 131 | 38 | 58 |
| Octal | 362 | 321 | 357 | 0 | 16 | 1 | 5 | 461 | 70 | 130 |
| Binary | 11110010 | 11010001 | 11101111 | 0 | 1110 | 1 | 101 | 100110001 | 111000 | 1011000 |
Color Harmonies of #F2D1EF
Complementary color
Monochromatic Colors of #F2D1EF
Black with #F2D1EF
Text Example
Text Example
White with #F2D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1EF; }
p { color: rgb(242,209,239); }
H1.HeaderClassName
{
color: #F2D1EF;
}
.AnyTagClassName
{
color: #F2D1EF;
}
</style>
background-color css
<style>
a { background-color: #F2D1EF; }
a { background-color: rgb(242,209,239); }
div.DivClassName
{
background-color: #F2D1EF;
}
.BgClassName
{
background-color: #F2D1EF;
}
</style>
border-color css
<style>
span { border-color: #F2D1EF; }
span { border-color: rgb(242,209,239); }
td.TdClassName
{
border-color: #F2D1EF;
}
.TagClassName
{
border-color: #F2D1EF;
}
</style>