Shades of Snuff #F3CEED
Tints of Snuff #F3CEED
RGB
CMYK
RGB Variations
Color information
#F3CEED (or 0xF3CEED) is known color: Snuff. HEX triplet: F3, CE and ED. RGB value is (243,206,237). Sum of RGB (Red+Green+Blue) = 243+206+237=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEED is #0C3112. Grayscale: #DCDCDC. Windows color (decimal): -798995 or 15585011. OLE color: 15585011.
HSL color Cylindrical-coordinate representation of color #F3CEED: hue angle of 309.73º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CEED is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 237 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.05 |
| HSL | 309.73º | 0.61% | 0.88% | - |
| HSV(B) | 309.73º | 0.15% | 0.95% | - |
| XYZ | 74.32 | 69.31 | 89.58 | - |
| YUV | 220.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 237 | 0 | 0.15 | 0.02 | 0.05 | 309.73 | 0.61 | 0.88 |
| Hex | F3 | CE | ED | 0 | F | 2 | 5 | 136 | 3D | 58 |
| Octal | 363 | 316 | 355 | 0 | 17 | 2 | 5 | 466 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11101101 | 0 | 1111 | 10 | 101 | 100110110 | 111101 | 1011000 |
Color Harmonies of #F3CEED
Complementary color
Monochromatic Colors of #F3CEED
Black with #F3CEED
Text Example
Text Example
White with #F3CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEED; }
p { color: rgb(243,206,237); }
H1.HeaderClassName
{
color: #F3CEED;
}
.AnyTagClassName
{
color: #F3CEED;
}
</style>
background-color css
<style>
a { background-color: #F3CEED; }
a { background-color: rgb(243,206,237); }
div.DivClassName
{
background-color: #F3CEED;
}
.BgClassName
{
background-color: #F3CEED;
}
</style>
border-color css
<style>
span { border-color: #F3CEED; }
span { border-color: rgb(243,206,237); }
td.TdClassName
{
border-color: #F3CEED;
}
.TagClassName
{
border-color: #F3CEED;
}
</style>