Shades of Snuff #F3DBED
Tints of Snuff #F3DBED
RGB
CMYK
RGB Variations
Color information
#F3DBED (or 0xF3DBED) is known color: Snuff. HEX triplet: F3, DB and ED. RGB value is (243,219,237). Sum of RGB (Red+Green+Blue) = 243+219+237=699 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.76% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBED is #0C2412. Grayscale: #E4E4E4. Windows color (decimal): -795667 or 15588339. OLE color: 15588339.
HSL color Cylindrical-coordinate representation of color #F3DBED: hue angle of 315º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DBED is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 237 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.05 |
| HSL | 315º | 0.5% | 0.91% | - |
| HSV(B) | 315º | 0.1% | 0.95% | - |
| XYZ | 77.58 | 75.83 | 90.67 | - |
| YUV | 228.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 237 | 0 | 0.10 | 0.02 | 0.05 | 315 | 0.5 | 0.91 |
| Hex | F3 | DB | ED | 0 | A | 2 | 5 | 13B | 32 | 5B |
| Octal | 363 | 333 | 355 | 0 | 12 | 2 | 5 | 473 | 62 | 133 |
| Binary | 11110011 | 11011011 | 11101101 | 0 | 1010 | 10 | 101 | 100111011 | 110010 | 1011011 |
Color Harmonies of #F3DBED
Complementary color
Monochromatic Colors of #F3DBED
Black with #F3DBED
Text Example
Text Example
White with #F3DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBED; }
p { color: rgb(243,219,237); }
H1.HeaderClassName
{
color: #F3DBED;
}
.AnyTagClassName
{
color: #F3DBED;
}
</style>
background-color css
<style>
a { background-color: #F3DBED; }
a { background-color: rgb(243,219,237); }
div.DivClassName
{
background-color: #F3DBED;
}
.BgClassName
{
background-color: #F3DBED;
}
</style>
border-color css
<style>
span { border-color: #F3DBED; }
span { border-color: rgb(243,219,237); }
td.TdClassName
{
border-color: #F3DBED;
}
.TagClassName
{
border-color: #F3DBED;
}
</style>