Shades of Snuff #F3CFEF
Tints of Snuff #F3CFEF
RGB
CMYK
RGB Variations
Color information
#F3CFEF (or 0xF3CFEF) is known color: Snuff. HEX triplet: F3, CF and EF. RGB value is (243,207,239). Sum of RGB (Red+Green+Blue) = 243+207+239=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 207 (81.25% from 255 or 30.04% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CFEF is #0C3010. Grayscale: #DDDDDD. Windows color (decimal): -798737 or 15716339. OLE color: 15716339.
HSL color Cylindrical-coordinate representation of color #F3CFEF: hue angle of 306.67º 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 #F3CFEF is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 239 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.05 |
| HSL | 306.67º | 0.6% | 0.88% | - |
| HSV(B) | 306.67º | 0.15% | 0.95% | - |
| XYZ | 74.85 | 69.91 | 91.21 | - |
| YUV | 221.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 239 | 0 | 0.15 | 0.02 | 0.05 | 306.67 | 0.6 | 0.88 |
| Hex | F3 | CF | EF | 0 | F | 2 | 5 | 133 | 3C | 58 |
| Octal | 363 | 317 | 357 | 0 | 17 | 2 | 5 | 463 | 74 | 130 |
| Binary | 11110011 | 11001111 | 11101111 | 0 | 1111 | 10 | 101 | 100110011 | 111100 | 1011000 |
Color Harmonies of #F3CFEF
Complementary color
Monochromatic Colors of #F3CFEF
Black with #F3CFEF
Text Example
Text Example
White with #F3CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFEF; }
p { color: rgb(243,207,239); }
H1.HeaderClassName
{
color: #F3CFEF;
}
.AnyTagClassName
{
color: #F3CFEF;
}
</style>
background-color css
<style>
a { background-color: #F3CFEF; }
a { background-color: rgb(243,207,239); }
div.DivClassName
{
background-color: #F3CFEF;
}
.BgClassName
{
background-color: #F3CFEF;
}
</style>
border-color css
<style>
span { border-color: #F3CFEF; }
span { border-color: rgb(243,207,239); }
td.TdClassName
{
border-color: #F3CFEF;
}
.TagClassName
{
border-color: #F3CFEF;
}
</style>