Shades of Snuff #F2CCED
Tints of Snuff #F2CCED
RGB
CMYK
RGB Variations
Color information
#F2CCED (or 0xF2CCED) is known color: Snuff. HEX triplet: F2, CC and ED. RGB value is (242,204,237). Sum of RGB (Red+Green+Blue) = 242+204+237=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 204 (80.08% from 255 or 29.87% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCED is #0D3312. Grayscale: #DBDBDB. Windows color (decimal): -865043 or 15584498. OLE color: 15584498.
HSL color Cylindrical-coordinate representation of color #F2CCED: hue angle of 307.89º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CCED is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 237 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.05 |
| HSL | 307.89º | 0.59% | 0.87% | - |
| HSV(B) | 307.89º | 0.16% | 0.95% | - |
| XYZ | 73.5 | 68.18 | 89.41 | - |
| YUV | 219.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 237 | 0 | 0.16 | 0.02 | 0.05 | 307.89 | 0.59 | 0.87 |
| Hex | F2 | CC | ED | 0 | 10 | 2 | 5 | 134 | 3B | 57 |
| Octal | 362 | 314 | 355 | 0 | 20 | 2 | 5 | 464 | 73 | 127 |
| Binary | 11110010 | 11001100 | 11101101 | 0 | 10000 | 10 | 101 | 100110100 | 111011 | 1010111 |
Color Harmonies of #F2CCED
Complementary color
Monochromatic Colors of #F2CCED
Black with #F2CCED
Text Example
Text Example
White with #F2CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCED; }
p { color: rgb(242,204,237); }
H1.HeaderClassName
{
color: #F2CCED;
}
.AnyTagClassName
{
color: #F2CCED;
}
</style>
background-color css
<style>
a { background-color: #F2CCED; }
a { background-color: rgb(242,204,237); }
div.DivClassName
{
background-color: #F2CCED;
}
.BgClassName
{
background-color: #F2CCED;
}
</style>
border-color css
<style>
span { border-color: #F2CCED; }
span { border-color: rgb(242,204,237); }
td.TdClassName
{
border-color: #F2CCED;
}
.TagClassName
{
border-color: #F2CCED;
}
</style>