Shades of Snuff #F3CEF0
Tints of Snuff #F3CEF0
RGB
CMYK
RGB Variations
Color information
#F3CEF0 (or 0xF3CEF0) is known color: Snuff. HEX triplet: F3, CE and F0. RGB value is (243,206,240). Sum of RGB (Red+Green+Blue) = 243+206+240=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEF0 is #0C310F. Grayscale: #DCDCDC. Windows color (decimal): -798992 or 15781619. OLE color: 15781619.
HSL color Cylindrical-coordinate representation of color #F3CEF0: hue angle of 304.86º 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 #F3CEF0 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 240 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.05 |
| HSL | 304.86º | 0.61% | 0.88% | - |
| HSV(B) | 304.86º | 0.15% | 0.95% | - |
| XYZ | 74.76 | 69.49 | 91.91 | - |
| YUV | 220.94 | 138.76 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 240 | 0 | 0.15 | 0.01 | 0.05 | 304.86 | 0.61 | 0.88 |
| Hex | F3 | CE | F0 | 0 | F | 1 | 5 | 131 | 3D | 58 |
| Octal | 363 | 316 | 360 | 0 | 17 | 1 | 5 | 461 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11110000 | 0 | 1111 | 1 | 101 | 100110001 | 111101 | 1011000 |
Color Harmonies of #F3CEF0
Complementary color
Monochromatic Colors of #F3CEF0
Black with #F3CEF0
Text Example
Text Example
White with #F3CEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEF0; }
p { color: rgb(243,206,240); }
H1.HeaderClassName
{
color: #F3CEF0;
}
.AnyTagClassName
{
color: #F3CEF0;
}
</style>
background-color css
<style>
a { background-color: #F3CEF0; }
a { background-color: rgb(243,206,240); }
div.DivClassName
{
background-color: #F3CEF0;
}
.BgClassName
{
background-color: #F3CEF0;
}
</style>
border-color css
<style>
span { border-color: #F3CEF0; }
span { border-color: rgb(243,206,240); }
td.TdClassName
{
border-color: #F3CEF0;
}
.TagClassName
{
border-color: #F3CEF0;
}
</style>