Shades of Snuff #F3E3EF
Tints of Snuff #F3E3EF
RGB
CMYK
RGB Variations
Color information
#F3E3EF (or 0xF3E3EF) is known color: Snuff. HEX triplet: F3, E3 and EF. RGB value is (243,227,239). Sum of RGB (Red+Green+Blue) = 243+227+239=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E3EF is #0C1C10. Grayscale: #E9E9E9. Windows color (decimal): -793617 or 15721459. OLE color: 15721459.
HSL color Cylindrical-coordinate representation of color #F3E3EF: hue angle of 315º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F3E3EF is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 239 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.05 |
| HSL | 315º | 0.4% | 0.92% | - |
| HSV(B) | 315º | 0.07% | 0.95% | - |
| XYZ | 80.01 | 80.22 | 92.93 | - |
| YUV | 233.15 | 131.3 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 239 | 0 | 0.07 | 0.02 | 0.05 | 315 | 0.4 | 0.92 |
| Hex | F3 | E3 | EF | 0 | 7 | 2 | 5 | 13B | 28 | 5C |
| Octal | 363 | 343 | 357 | 0 | 7 | 2 | 5 | 473 | 50 | 134 |
| Binary | 11110011 | 11100011 | 11101111 | 0 | 111 | 10 | 101 | 100111011 | 101000 | 1011100 |
Color Harmonies of #F3E3EF
Complementary color
Monochromatic Colors of #F3E3EF
Black with #F3E3EF
Text Example
Text Example
White with #F3E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E3EF; }
p { color: rgb(243,227,239); }
H1.HeaderClassName
{
color: #F3E3EF;
}
.AnyTagClassName
{
color: #F3E3EF;
}
</style>
background-color css
<style>
a { background-color: #F3E3EF; }
a { background-color: rgb(243,227,239); }
div.DivClassName
{
background-color: #F3E3EF;
}
.BgClassName
{
background-color: #F3E3EF;
}
</style>
border-color css
<style>
span { border-color: #F3E3EF; }
span { border-color: rgb(243,227,239); }
td.TdClassName
{
border-color: #F3E3EF;
}
.TagClassName
{
border-color: #F3E3EF;
}
</style>