Shades of Snuff #F0CCED
Tints of Snuff #F0CCED
RGB
CMYK
RGB Variations
Color information
#F0CCED (or 0xF0CCED) is known color: Snuff. HEX triplet: F0, CC and ED. RGB value is (240,204,237). Sum of RGB (Red+Green+Blue) = 240+204+237=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 204 (80.08% from 255 or 29.96% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CCED is #0F3312. Grayscale: #DADADA. Windows color (decimal): -996115 or 15584496. OLE color: 15584496.
HSL color Cylindrical-coordinate representation of color #F0CCED: hue angle of 305º degrees, saturation: 0.55, 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 #F0CCED is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 237 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.06 |
| HSL | 305º | 0.55% | 0.87% | - |
| HSV(B) | 305º | 0.15% | 0.94% | - |
| XYZ | 72.81 | 67.83 | 89.37 | - |
| YUV | 218.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 237 | 0 | 0.15 | 0.01 | 0.06 | 305 | 0.55 | 0.87 |
| Hex | F0 | CC | ED | 0 | F | 1 | 6 | 131 | 37 | 57 |
| Octal | 360 | 314 | 355 | 0 | 17 | 1 | 6 | 461 | 67 | 127 |
| Binary | 11110000 | 11001100 | 11101101 | 0 | 1111 | 1 | 110 | 100110001 | 110111 | 1010111 |
Color Harmonies of #F0CCED
Complementary color
Monochromatic Colors of #F0CCED
Black with #F0CCED
Text Example
Text Example
White with #F0CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCED; }
p { color: rgb(240,204,237); }
H1.HeaderClassName
{
color: #F0CCED;
}
.AnyTagClassName
{
color: #F0CCED;
}
</style>
background-color css
<style>
a { background-color: #F0CCED; }
a { background-color: rgb(240,204,237); }
div.DivClassName
{
background-color: #F0CCED;
}
.BgClassName
{
background-color: #F0CCED;
}
</style>
border-color css
<style>
span { border-color: #F0CCED; }
span { border-color: rgb(240,204,237); }
td.TdClassName
{
border-color: #F0CCED;
}
.TagClassName
{
border-color: #F0CCED;
}
</style>