Shades of Snuff #F3E0F0
Tints of Snuff #F3E0F0
RGB
CMYK
RGB Variations
Color information
#F3E0F0 (or 0xF3E0F0) is known color: Snuff. HEX triplet: F3, E0 and F0. RGB value is (243,224,240). Sum of RGB (Red+Green+Blue) = 243+224+240=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E0F0 is #0C1F0F. Grayscale: #E7E7E7. Windows color (decimal): -794384 or 15786227. OLE color: 15786227.
HSL color Cylindrical-coordinate representation of color #F3E0F0: hue angle of 309.47º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3E0F0 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 240 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.05 |
| HSL | 309.47º | 0.44% | 0.92% | - |
| HSV(B) | 309.47º | 0.08% | 0.95% | - |
| XYZ | 79.35 | 78.66 | 93.44 | - |
| YUV | 231.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 240 | 0 | 0.08 | 0.01 | 0.05 | 309.47 | 0.44 | 0.92 |
| Hex | F3 | E0 | F0 | 0 | 8 | 1 | 5 | 135 | 2C | 5C |
| Octal | 363 | 340 | 360 | 0 | 10 | 1 | 5 | 465 | 54 | 134 |
| Binary | 11110011 | 11100000 | 11110000 | 0 | 1000 | 1 | 101 | 100110101 | 101100 | 1011100 |
Color Harmonies of #F3E0F0
Complementary color
Monochromatic Colors of #F3E0F0
Black with #F3E0F0
Text Example
Text Example
White with #F3E0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0F0; }
p { color: rgb(243,224,240); }
H1.HeaderClassName
{
color: #F3E0F0;
}
.AnyTagClassName
{
color: #F3E0F0;
}
</style>
background-color css
<style>
a { background-color: #F3E0F0; }
a { background-color: rgb(243,224,240); }
div.DivClassName
{
background-color: #F3E0F0;
}
.BgClassName
{
background-color: #F3E0F0;
}
</style>
border-color css
<style>
span { border-color: #F3E0F0; }
span { border-color: rgb(243,224,240); }
td.TdClassName
{
border-color: #F3E0F0;
}
.TagClassName
{
border-color: #F3E0F0;
}
</style>