Shades of Snuff #F3DFF0
Tints of Snuff #F3DFF0
RGB
CMYK
RGB Variations
Color information
#F3DFF0 (or 0xF3DFF0) is known color: Snuff. HEX triplet: F3, DF and F0. RGB value is (243,223,240). Sum of RGB (Red+Green+Blue) = 243+223+240=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFF0 is #0C200F. Grayscale: #E6E6E6. Windows color (decimal): -794640 or 15785971. OLE color: 15785971.
HSL color Cylindrical-coordinate representation of color #F3DFF0: hue angle of 309º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F3DFF0 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 240 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.05 |
| HSL | 309º | 0.45% | 0.91% | - |
| HSV(B) | 309º | 0.08% | 0.95% | - |
| XYZ | 79.08 | 78.12 | 93.35 | - |
| YUV | 230.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 240 | 0 | 0.08 | 0.01 | 0.05 | 309 | 0.45 | 0.91 |
| Hex | F3 | DF | F0 | 0 | 8 | 1 | 5 | 135 | 2D | 5B |
| Octal | 363 | 337 | 360 | 0 | 10 | 1 | 5 | 465 | 55 | 133 |
| Binary | 11110011 | 11011111 | 11110000 | 0 | 1000 | 1 | 101 | 100110101 | 101101 | 1011011 |
Color Harmonies of #F3DFF0
Complementary color
Monochromatic Colors of #F3DFF0
Black with #F3DFF0
Text Example
Text Example
White with #F3DFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFF0; }
p { color: rgb(243,223,240); }
H1.HeaderClassName
{
color: #F3DFF0;
}
.AnyTagClassName
{
color: #F3DFF0;
}
</style>
background-color css
<style>
a { background-color: #F3DFF0; }
a { background-color: rgb(243,223,240); }
div.DivClassName
{
background-color: #F3DFF0;
}
.BgClassName
{
background-color: #F3DFF0;
}
</style>
border-color css
<style>
span { border-color: #F3DFF0; }
span { border-color: rgb(243,223,240); }
td.TdClassName
{
border-color: #F3DFF0;
}
.TagClassName
{
border-color: #F3DFF0;
}
</style>