Shades of Snuff #F3CFEE
Tints of Snuff #F3CFEE
RGB
CMYK
RGB Variations
Color information
#F3CFEE (or 0xF3CFEE) is known color: Snuff. HEX triplet: F3, CF and EE. RGB value is (243,207,238). Sum of RGB (Red+Green+Blue) = 243+207+238=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFEE is #0C3011. Grayscale: #DDDDDD. Windows color (decimal): -798738 or 15650803. OLE color: 15650803.
HSL color Cylindrical-coordinate representation of color #F3CFEE: hue angle of 308.33º degrees, saturation: 0.6, 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 #F3CFEE is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 238 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.05 |
| HSL | 308.33º | 0.6% | 0.88% | - |
| HSV(B) | 308.33º | 0.15% | 0.95% | - |
| XYZ | 74.71 | 69.85 | 90.43 | - |
| YUV | 221.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 238 | 0 | 0.15 | 0.02 | 0.05 | 308.33 | 0.6 | 0.88 |
| Hex | F3 | CF | EE | 0 | F | 2 | 5 | 134 | 3C | 58 |
| Octal | 363 | 317 | 356 | 0 | 17 | 2 | 5 | 464 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11101110 | 0 | 1111 | 10 | 101 | 100110100 | 111100 | 1011000 |
Color Harmonies of #F3CFEE
Complementary color
Monochromatic Colors of #F3CFEE
Black with #F3CFEE
Text Example
Text Example
White with #F3CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFEE; }
p { color: rgb(243,207,238); }
H1.HeaderClassName
{
color: #F3CFEE;
}
.AnyTagClassName
{
color: #F3CFEE;
}
</style>
background-color css
<style>
a { background-color: #F3CFEE; }
a { background-color: rgb(243,207,238); }
div.DivClassName
{
background-color: #F3CFEE;
}
.BgClassName
{
background-color: #F3CFEE;
}
</style>
border-color css
<style>
span { border-color: #F3CFEE; }
span { border-color: rgb(243,207,238); }
td.TdClassName
{
border-color: #F3CFEE;
}
.TagClassName
{
border-color: #F3CFEE;
}
</style>