Shades of Snuff #F3CBEA
Tints of Snuff #F3CBEA
RGB
CMYK
RGB Variations
Color information
#F3CBEA (or 0xF3CBEA) is known color: Snuff. HEX triplet: F3, CB and EA. RGB value is (243,203,234). Sum of RGB (Red+Green+Blue) = 243+203+234=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 203 (79.69% from 255 or 29.85% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CBEA is #0C3415. Grayscale: #DADADA. Windows color (decimal): -799766 or 15387635. OLE color: 15387635.
HSL color Cylindrical-coordinate representation of color #F3CBEA: hue angle of 313.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 #F3CBEA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 234 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.05 |
| HSL | 313.5º | 0.63% | 0.87% | - |
| HSV(B) | 313.5º | 0.16% | 0.95% | - |
| XYZ | 73.17 | 67.71 | 87.05 | - |
| YUV | 218.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 234 | 0 | 0.16 | 0.04 | 0.05 | 313.5 | 0.63 | 0.87 |
| Hex | F3 | CB | EA | 0 | 10 | 4 | 5 | 13A | 3E | 57 |
| Octal | 363 | 313 | 352 | 0 | 20 | 4 | 5 | 472 | 76 | 127 |
| Binary | 11110011 | 11001011 | 11101010 | 0 | 10000 | 100 | 101 | 100111010 | 111110 | 1010111 |
Color Harmonies of #F3CBEA
Complementary color
Monochromatic Colors of #F3CBEA
Black with #F3CBEA
Text Example
Text Example
White with #F3CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBEA; }
p { color: rgb(243,203,234); }
H1.HeaderClassName
{
color: #F3CBEA;
}
.AnyTagClassName
{
color: #F3CBEA;
}
</style>
background-color css
<style>
a { background-color: #F3CBEA; }
a { background-color: rgb(243,203,234); }
div.DivClassName
{
background-color: #F3CBEA;
}
.BgClassName
{
background-color: #F3CBEA;
}
</style>
border-color css
<style>
span { border-color: #F3CBEA; }
span { border-color: rgb(243,203,234); }
td.TdClassName
{
border-color: #F3CBEA;
}
.TagClassName
{
border-color: #F3CBEA;
}
</style>