Shades of Snuff #F2CDEF
Tints of Snuff #F2CDEF
RGB
CMYK
RGB Variations
Color information
#F2CDEF (or 0xF2CDEF) is known color: Snuff. HEX triplet: F2, CD and EF. RGB value is (242,205,239). Sum of RGB (Red+Green+Blue) = 242+205+239=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDEF is #0D3210. Grayscale: #DBDBDB. Windows color (decimal): -864785 or 15715826. OLE color: 15715826.
HSL color Cylindrical-coordinate representation of color #F2CDEF: hue angle of 304.86º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CDEF is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 239 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.05 |
| HSL | 304.86º | 0.59% | 0.88% | - |
| HSV(B) | 304.86º | 0.15% | 0.95% | - |
| XYZ | 74.03 | 68.77 | 91.03 | - |
| YUV | 219.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 239 | 0 | 0.15 | 0.01 | 0.05 | 304.86 | 0.59 | 0.88 |
| Hex | F2 | CD | EF | 0 | F | 1 | 5 | 131 | 3B | 58 |
| Octal | 362 | 315 | 357 | 0 | 17 | 1 | 5 | 461 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11101111 | 0 | 1111 | 1 | 101 | 100110001 | 111011 | 1011000 |
Color Harmonies of #F2CDEF
Complementary color
Monochromatic Colors of #F2CDEF
Black with #F2CDEF
Text Example
Text Example
White with #F2CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDEF; }
p { color: rgb(242,205,239); }
H1.HeaderClassName
{
color: #F2CDEF;
}
.AnyTagClassName
{
color: #F2CDEF;
}
</style>
background-color css
<style>
a { background-color: #F2CDEF; }
a { background-color: rgb(242,205,239); }
div.DivClassName
{
background-color: #F2CDEF;
}
.BgClassName
{
background-color: #F2CDEF;
}
</style>
border-color css
<style>
span { border-color: #F2CDEF; }
span { border-color: rgb(242,205,239); }
td.TdClassName
{
border-color: #F2CDEF;
}
.TagClassName
{
border-color: #F2CDEF;
}
</style>