Shades of Snuff #F3DCEE
Tints of Snuff #F3DCEE
RGB
CMYK
RGB Variations
Color information
#F3DCEE (or 0xF3DCEE) is known color: Snuff. HEX triplet: F3, DC and EE. RGB value is (243,220,238). Sum of RGB (Red+Green+Blue) = 243+220+238=701 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.66% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCEE is #0C2311. Grayscale: #E4E4E4. Windows color (decimal): -795410 or 15654131. OLE color: 15654131.
HSL color Cylindrical-coordinate representation of color #F3DCEE: hue angle of 313.04º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DCEE is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 238 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.05 |
| HSL | 313.04º | 0.49% | 0.91% | - |
| HSV(B) | 313.04º | 0.09% | 0.95% | - |
| XYZ | 77.99 | 76.41 | 91.53 | - |
| YUV | 228.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 238 | 0 | 0.09 | 0.02 | 0.05 | 313.04 | 0.49 | 0.91 |
| Hex | F3 | DC | EE | 0 | 9 | 2 | 5 | 139 | 31 | 5B |
| Octal | 363 | 334 | 356 | 0 | 11 | 2 | 5 | 471 | 61 | 133 |
| Binary | 11110011 | 11011100 | 11101110 | 0 | 1001 | 10 | 101 | 100111001 | 110001 | 1011011 |
Color Harmonies of #F3DCEE
Complementary color
Monochromatic Colors of #F3DCEE
Black with #F3DCEE
Text Example
Text Example
White with #F3DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCEE; }
p { color: rgb(243,220,238); }
H1.HeaderClassName
{
color: #F3DCEE;
}
.AnyTagClassName
{
color: #F3DCEE;
}
</style>
background-color css
<style>
a { background-color: #F3DCEE; }
a { background-color: rgb(243,220,238); }
div.DivClassName
{
background-color: #F3DCEE;
}
.BgClassName
{
background-color: #F3DCEE;
}
</style>
border-color css
<style>
span { border-color: #F3DCEE; }
span { border-color: rgb(243,220,238); }
td.TdClassName
{
border-color: #F3DCEE;
}
.TagClassName
{
border-color: #F3DCEE;
}
</style>