Shades of Snuff #F3CFED
Tints of Snuff #F3CFED
RGB
CMYK
RGB Variations
Color information
#F3CFED (or 0xF3CFED) is known color: Snuff. HEX triplet: F3, CF and ED. RGB value is (243,207,237). Sum of RGB (Red+Green+Blue) = 243+207+237=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFED is #0C3012. Grayscale: #DDDDDD. Windows color (decimal): -798739 or 15585267. OLE color: 15585267.
HSL color Cylindrical-coordinate representation of color #F3CFED: hue angle of 310º degrees, saturation: 0.6, 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 #F3CFED is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 237 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.05 |
| HSL | 310º | 0.6% | 0.88% | - |
| HSV(B) | 310º | 0.15% | 0.95% | - |
| XYZ | 74.56 | 69.79 | 89.66 | - |
| YUV | 221.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 237 | 0 | 0.15 | 0.02 | 0.05 | 310 | 0.6 | 0.88 |
| Hex | F3 | CF | ED | 0 | F | 2 | 5 | 136 | 3C | 58 |
| Octal | 363 | 317 | 355 | 0 | 17 | 2 | 5 | 466 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11101101 | 0 | 1111 | 10 | 101 | 100110110 | 111100 | 1011000 |
Color Harmonies of #F3CFED
Complementary color
Monochromatic Colors of #F3CFED
Black with #F3CFED
Text Example
Text Example
White with #F3CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFED; }
p { color: rgb(243,207,237); }
H1.HeaderClassName
{
color: #F3CFED;
}
.AnyTagClassName
{
color: #F3CFED;
}
</style>
background-color css
<style>
a { background-color: #F3CFED; }
a { background-color: rgb(243,207,237); }
div.DivClassName
{
background-color: #F3CFED;
}
.BgClassName
{
background-color: #F3CFED;
}
</style>
border-color css
<style>
span { border-color: #F3CFED; }
span { border-color: rgb(243,207,237); }
td.TdClassName
{
border-color: #F3CFED;
}
.TagClassName
{
border-color: #F3CFED;
}
</style>