Shades of Snuff #F3DBEF
Tints of Snuff #F3DBEF
RGB
CMYK
RGB Variations
Color information
#F3DBEF (or 0xF3DBEF) is known color: Snuff. HEX triplet: F3, DB and EF. RGB value is (243,219,239). Sum of RGB (Red+Green+Blue) = 243+219+239=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBEF is #0C2410. Grayscale: #E4E4E4. Windows color (decimal): -795665 or 15719411. OLE color: 15719411.
HSL color Cylindrical-coordinate representation of color #F3DBEF: hue angle of 310º 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 #F3DBEF is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 239 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.05 |
| HSL | 310º | 0.5% | 0.91% | - |
| HSV(B) | 310º | 0.1% | 0.95% | - |
| XYZ | 77.87 | 75.95 | 92.22 | - |
| YUV | 228.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 239 | 0 | 0.10 | 0.02 | 0.05 | 310 | 0.5 | 0.91 |
| Hex | F3 | DB | EF | 0 | A | 2 | 5 | 136 | 32 | 5B |
| Octal | 363 | 333 | 357 | 0 | 12 | 2 | 5 | 466 | 62 | 133 |
| Binary | 11110011 | 11011011 | 11101111 | 0 | 1010 | 10 | 101 | 100110110 | 110010 | 1011011 |
Color Harmonies of #F3DBEF
Complementary color
Monochromatic Colors of #F3DBEF
Black with #F3DBEF
Text Example
Text Example
White with #F3DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBEF; }
p { color: rgb(243,219,239); }
H1.HeaderClassName
{
color: #F3DBEF;
}
.AnyTagClassName
{
color: #F3DBEF;
}
</style>
background-color css
<style>
a { background-color: #F3DBEF; }
a { background-color: rgb(243,219,239); }
div.DivClassName
{
background-color: #F3DBEF;
}
.BgClassName
{
background-color: #F3DBEF;
}
</style>
border-color css
<style>
span { border-color: #F3DBEF; }
span { border-color: rgb(243,219,239); }
td.TdClassName
{
border-color: #F3DBEF;
}
.TagClassName
{
border-color: #F3DBEF;
}
</style>