Shades of Snuff #F2DDEF
Tints of Snuff #F2DDEF
RGB
CMYK
RGB Variations
Color information
#F2DDEF (or 0xF2DDEF) is known color: Snuff. HEX triplet: F2, DD and EF. RGB value is (242,221,239). Sum of RGB (Red+Green+Blue) = 242+221+239=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDEF is #0D2210. Grayscale: #E5E5E5. Windows color (decimal): -860689 or 15719922. OLE color: 15719922.
HSL color Cylindrical-coordinate representation of color #F2DDEF: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DDEF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 239 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.05 |
| HSL | 308.57º | 0.45% | 0.91% | - |
| HSV(B) | 308.57º | 0.09% | 0.95% | - |
| XYZ | 78.05 | 76.82 | 92.38 | - |
| YUV | 229.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 239 | 0 | 0.09 | 0.01 | 0.05 | 308.57 | 0.45 | 0.91 |
| Hex | F2 | DD | EF | 0 | 9 | 1 | 5 | 135 | 2D | 5B |
| Octal | 362 | 335 | 357 | 0 | 11 | 1 | 5 | 465 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11101111 | 0 | 1001 | 1 | 101 | 100110101 | 101101 | 1011011 |
Color Harmonies of #F2DDEF
Complementary color
Monochromatic Colors of #F2DDEF
Black with #F2DDEF
Text Example
Text Example
White with #F2DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDEF; }
p { color: rgb(242,221,239); }
H1.HeaderClassName
{
color: #F2DDEF;
}
.AnyTagClassName
{
color: #F2DDEF;
}
</style>
background-color css
<style>
a { background-color: #F2DDEF; }
a { background-color: rgb(242,221,239); }
div.DivClassName
{
background-color: #F2DDEF;
}
.BgClassName
{
background-color: #F2DDEF;
}
</style>
border-color css
<style>
span { border-color: #F2DDEF; }
span { border-color: rgb(242,221,239); }
td.TdClassName
{
border-color: #F2DDEF;
}
.TagClassName
{
border-color: #F2DDEF;
}
</style>