Shades of Snuff #F3CEF2
Tints of Snuff #F3CEF2
RGB
CMYK
RGB Variations
Color information
#F3CEF2 (or 0xF3CEF2) is known color: Snuff. HEX triplet: F3, CE and F2. RGB value is (243,206,242). Sum of RGB (Red+Green+Blue) = 243+206+242=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 206 (80.86% from 255 or 29.81% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CEF2 is #0C310D. Grayscale: #DDDDDD. Windows color (decimal): -798990 or 15912691. OLE color: 15912691.
HSL color Cylindrical-coordinate representation of color #F3CEF2: hue angle of 301.62º 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 #F3CEF2 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 242 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.05 |
| HSL | 301.62º | 0.61% | 0.88% | - |
| HSV(B) | 301.62º | 0.15% | 0.95% | - |
| XYZ | 75.06 | 69.61 | 93.48 | - |
| YUV | 221.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 242 | 0 | 0.15 | 0.00 | 0.05 | 301.62 | 0.61 | 0.88 |
| Hex | F3 | CE | F2 | 0 | F | 0 | 5 | 12E | 3D | 58 |
| Octal | 363 | 316 | 362 | 0 | 17 | 0 | 5 | 456 | 75 | 130 |
| Binary | 11110011 | 11001110 | 11110010 | 0 | 1111 | 0 | 101 | 100101110 | 111101 | 1011000 |
Color Harmonies of #F3CEF2
Complementary color
Monochromatic Colors of #F3CEF2
Black with #F3CEF2
Text Example
Text Example
White with #F3CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CEF2; }
p { color: rgb(243,206,242); }
H1.HeaderClassName
{
color: #F3CEF2;
}
.AnyTagClassName
{
color: #F3CEF2;
}
</style>
background-color css
<style>
a { background-color: #F3CEF2; }
a { background-color: rgb(243,206,242); }
div.DivClassName
{
background-color: #F3CEF2;
}
.BgClassName
{
background-color: #F3CEF2;
}
</style>
border-color css
<style>
span { border-color: #F3CEF2; }
span { border-color: rgb(243,206,242); }
td.TdClassName
{
border-color: #F3CEF2;
}
.TagClassName
{
border-color: #F3CEF2;
}
</style>