Shades of Snuff #F2CDED
Tints of Snuff #F2CDED
RGB
CMYK
RGB Variations
Color information
#F2CDED (or 0xF2CDED) is known color: Snuff. HEX triplet: F2, CD and ED. RGB value is (242,205,237). Sum of RGB (Red+Green+Blue) = 242+205+237=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDED is #0D3212. Grayscale: #DBDBDB. Windows color (decimal): -864787 or 15584754. OLE color: 15584754.
HSL color Cylindrical-coordinate representation of color #F2CDED: hue angle of 308.11º 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 #F2CDED is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 237 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.05 |
| HSL | 308.11º | 0.59% | 0.88% | - |
| HSV(B) | 308.11º | 0.15% | 0.95% | - |
| XYZ | 73.74 | 68.65 | 89.49 | - |
| YUV | 219.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 237 | 0 | 0.15 | 0.02 | 0.05 | 308.11 | 0.59 | 0.88 |
| Hex | F2 | CD | ED | 0 | F | 2 | 5 | 134 | 3B | 58 |
| Octal | 362 | 315 | 355 | 0 | 17 | 2 | 5 | 464 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11101101 | 0 | 1111 | 10 | 101 | 100110100 | 111011 | 1011000 |
Color Harmonies of #F2CDED
Complementary color
Monochromatic Colors of #F2CDED
Black with #F2CDED
Text Example
Text Example
White with #F2CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDED; }
p { color: rgb(242,205,237); }
H1.HeaderClassName
{
color: #F2CDED;
}
.AnyTagClassName
{
color: #F2CDED;
}
</style>
background-color css
<style>
a { background-color: #F2CDED; }
a { background-color: rgb(242,205,237); }
div.DivClassName
{
background-color: #F2CDED;
}
.BgClassName
{
background-color: #F2CDED;
}
</style>
border-color css
<style>
span { border-color: #F2CDED; }
span { border-color: rgb(242,205,237); }
td.TdClassName
{
border-color: #F2CDED;
}
.TagClassName
{
border-color: #F2CDED;
}
</style>