Shades of Snuff #F3CFEC
Tints of Snuff #F3CFEC
RGB
CMYK
RGB Variations
Color information
#F3CFEC (or 0xF3CFEC) is known color: Snuff. HEX triplet: F3, CF and EC. RGB value is (243,207,236). Sum of RGB (Red+Green+Blue) = 243+207+236=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFEC is #0C3013. Grayscale: #DCDCDC. Windows color (decimal): -798740 or 15519731. OLE color: 15519731.
HSL color Cylindrical-coordinate representation of color #F3CFEC: hue angle of 311.67º 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 #F3CFEC is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 236 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.05 |
| HSL | 311.67º | 0.6% | 0.88% | - |
| HSV(B) | 311.67º | 0.15% | 0.95% | - |
| XYZ | 74.42 | 69.74 | 88.9 | - |
| YUV | 221.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 236 | 0 | 0.15 | 0.03 | 0.05 | 311.67 | 0.6 | 0.88 |
| Hex | F3 | CF | EC | 0 | F | 3 | 5 | 138 | 3C | 58 |
| Octal | 363 | 317 | 354 | 0 | 17 | 3 | 5 | 470 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11101100 | 0 | 1111 | 11 | 101 | 100111000 | 111100 | 1011000 |
Color Harmonies of #F3CFEC
Complementary color
Monochromatic Colors of #F3CFEC
Black with #F3CFEC
Text Example
Text Example
White with #F3CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFEC; }
p { color: rgb(243,207,236); }
H1.HeaderClassName
{
color: #F3CFEC;
}
.AnyTagClassName
{
color: #F3CFEC;
}
</style>
background-color css
<style>
a { background-color: #F3CFEC; }
a { background-color: rgb(243,207,236); }
div.DivClassName
{
background-color: #F3CFEC;
}
.BgClassName
{
background-color: #F3CFEC;
}
</style>
border-color css
<style>
span { border-color: #F3CFEC; }
span { border-color: rgb(243,207,236); }
td.TdClassName
{
border-color: #F3CFEC;
}
.TagClassName
{
border-color: #F3CFEC;
}
</style>