Shades of Snuff #F3CBEC
Tints of Snuff #F3CBEC
RGB
CMYK
RGB Variations
Color information
#F3CBEC (or 0xF3CBEC) is known color: Snuff. HEX triplet: F3, CB and EC. RGB value is (243,203,236). Sum of RGB (Red+Green+Blue) = 243+203+236=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CBEC is #0C3413. Grayscale: #DADADA. Windows color (decimal): -799764 or 15518707. OLE color: 15518707.
HSL color Cylindrical-coordinate representation of color #F3CBEC: hue angle of 310.5º degrees, saturation: 0.62, 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 #F3CBEC is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 236 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.05 |
| HSL | 310.5º | 0.63% | 0.87% | - |
| HSV(B) | 310.5º | 0.16% | 0.95% | - |
| XYZ | 73.46 | 67.82 | 88.58 | - |
| YUV | 218.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 236 | 0 | 0.16 | 0.03 | 0.05 | 310.5 | 0.63 | 0.87 |
| Hex | F3 | CB | EC | 0 | 10 | 3 | 5 | 136 | 3E | 57 |
| Octal | 363 | 313 | 354 | 0 | 20 | 3 | 5 | 466 | 76 | 127 |
| Binary | 11110011 | 11001011 | 11101100 | 0 | 10000 | 11 | 101 | 100110110 | 111110 | 1010111 |
Color Harmonies of #F3CBEC
Complementary color
Monochromatic Colors of #F3CBEC
Black with #F3CBEC
Text Example
Text Example
White with #F3CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBEC; }
p { color: rgb(243,203,236); }
H1.HeaderClassName
{
color: #F3CBEC;
}
.AnyTagClassName
{
color: #F3CBEC;
}
</style>
background-color css
<style>
a { background-color: #F3CBEC; }
a { background-color: rgb(243,203,236); }
div.DivClassName
{
background-color: #F3CBEC;
}
.BgClassName
{
background-color: #F3CBEC;
}
</style>
border-color css
<style>
span { border-color: #F3CBEC; }
span { border-color: rgb(243,203,236); }
td.TdClassName
{
border-color: #F3CBEC;
}
.TagClassName
{
border-color: #F3CBEC;
}
</style>