Shades of Snuff #F0CDED
Tints of Snuff #F0CDED
RGB
CMYK
RGB Variations
Color information
#F0CDED (or 0xF0CDED) is known color: Snuff. HEX triplet: F0, CD and ED. RGB value is (240,205,237). Sum of RGB (Red+Green+Blue) = 240+205+237=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CDED is #0F3212. Grayscale: #DBDBDB. Windows color (decimal): -995859 or 15584752. OLE color: 15584752.
HSL color Cylindrical-coordinate representation of color #F0CDED: hue angle of 305.14º 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 #F0CDED is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 205 | 237 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.06 |
| HSL | 305.14º | 0.54% | 0.87% | - |
| HSV(B) | 305.14º | 0.15% | 0.94% | - |
| XYZ | 73.05 | 68.3 | 89.45 | - |
| YUV | 219.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 205 | 237 | 0 | 0.15 | 0.01 | 0.06 | 305.14 | 0.54 | 0.87 |
| Hex | F0 | CD | ED | 0 | F | 1 | 6 | 131 | 36 | 57 |
| Octal | 360 | 315 | 355 | 0 | 17 | 1 | 6 | 461 | 66 | 127 |
| Binary | 11110000 | 11001101 | 11101101 | 0 | 1111 | 1 | 110 | 100110001 | 110110 | 1010111 |
Color Harmonies of #F0CDED
Complementary color
Monochromatic Colors of #F0CDED
Black with #F0CDED
Text Example
Text Example
White with #F0CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CDED; }
p { color: rgb(240,205,237); }
H1.HeaderClassName
{
color: #F0CDED;
}
.AnyTagClassName
{
color: #F0CDED;
}
</style>
background-color css
<style>
a { background-color: #F0CDED; }
a { background-color: rgb(240,205,237); }
div.DivClassName
{
background-color: #F0CDED;
}
.BgClassName
{
background-color: #F0CDED;
}
</style>
border-color css
<style>
span { border-color: #F0CDED; }
span { border-color: rgb(240,205,237); }
td.TdClassName
{
border-color: #F0CDED;
}
.TagClassName
{
border-color: #F0CDED;
}
</style>