Shades of Snuff #F3DBEE
Tints of Snuff #F3DBEE
RGB
CMYK
RGB Variations
Color information
#F3DBEE (or 0xF3DBEE) is known color: Snuff. HEX triplet: F3, DB and EE. RGB value is (243,219,238). Sum of RGB (Red+Green+Blue) = 243+219+238=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DBEE is #0C2411. Grayscale: #E4E4E4. Windows color (decimal): -795666 or 15653875. OLE color: 15653875.
HSL color Cylindrical-coordinate representation of color #F3DBEE: hue angle of 312.5º 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 #F3DBEE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 238 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.05 |
| HSL | 312.5º | 0.5% | 0.91% | - |
| HSV(B) | 312.5º | 0.1% | 0.95% | - |
| XYZ | 77.73 | 75.89 | 91.44 | - |
| YUV | 228.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 238 | 0 | 0.10 | 0.02 | 0.05 | 312.5 | 0.5 | 0.91 |
| Hex | F3 | DB | EE | 0 | A | 2 | 5 | 138 | 32 | 5B |
| Octal | 363 | 333 | 356 | 0 | 12 | 2 | 5 | 470 | 62 | 133 |
| Binary | 11110011 | 11011011 | 11101110 | 0 | 1010 | 10 | 101 | 100111000 | 110010 | 1011011 |
Color Harmonies of #F3DBEE
Complementary color
Monochromatic Colors of #F3DBEE
Black with #F3DBEE
Text Example
Text Example
White with #F3DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBEE; }
p { color: rgb(243,219,238); }
H1.HeaderClassName
{
color: #F3DBEE;
}
.AnyTagClassName
{
color: #F3DBEE;
}
</style>
background-color css
<style>
a { background-color: #F3DBEE; }
a { background-color: rgb(243,219,238); }
div.DivClassName
{
background-color: #F3DBEE;
}
.BgClassName
{
background-color: #F3DBEE;
}
</style>
border-color css
<style>
span { border-color: #F3DBEE; }
span { border-color: rgb(243,219,238); }
td.TdClassName
{
border-color: #F3DBEE;
}
.TagClassName
{
border-color: #F3DBEE;
}
</style>