Shades of Snuff #F0CDEC
Tints of Snuff #F0CDEC
RGB
CMYK
RGB Variations
Color information
#F0CDEC (or 0xF0CDEC) is known color: Snuff. HEX triplet: F0, CD and EC. RGB value is (240,205,236). Sum of RGB (Red+Green+Blue) = 240+205+236=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDEC is #0F3213. Grayscale: #DADADA. Windows color (decimal): -995860 or 15519216. OLE color: 15519216.
HSL color Cylindrical-coordinate representation of color #F0CDEC: hue angle of 306.86º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0CDEC is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 236 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.06 |
| HSL | 306.86º | 0.54% | 0.87% | - |
| HSV(B) | 306.86º | 0.15% | 0.94% | - |
| XYZ | 72.91 | 68.24 | 88.69 | - |
| YUV | 219 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 236 | 0 | 0.15 | 0.02 | 0.06 | 306.86 | 0.54 | 0.87 |
| Hex | F0 | CD | EC | 0 | F | 2 | 6 | 133 | 36 | 57 |
| Octal | 360 | 315 | 354 | 0 | 17 | 2 | 6 | 463 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11101100 | 0 | 1111 | 10 | 110 | 100110011 | 110110 | 1010111 |
Color Harmonies of #F0CDEC
Complementary color
Monochromatic Colors of #F0CDEC
Black with #F0CDEC
Text Example
Text Example
White with #F0CDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDEC; }
p { color: rgb(240,205,236); }
H1.HeaderClassName
{
color: #F0CDEC;
}
.AnyTagClassName
{
color: #F0CDEC;
}
</style>
background-color css
<style>
a { background-color: #F0CDEC; }
a { background-color: rgb(240,205,236); }
div.DivClassName
{
background-color: #F0CDEC;
}
.BgClassName
{
background-color: #F0CDEC;
}
</style>
border-color css
<style>
span { border-color: #F0CDEC; }
span { border-color: rgb(240,205,236); }
td.TdClassName
{
border-color: #F0CDEC;
}
.TagClassName
{
border-color: #F0CDEC;
}
</style>