Shades of Snuff #F3C2EF
Tints of Snuff #F3C2EF
RGB
CMYK
RGB Variations
Color information
#F3C2EF (or 0xF3C2EF) is known color: Snuff. HEX triplet: F3, C2 and EF. RGB value is (243,194,239). Sum of RGB (Red+Green+Blue) = 243+194+239=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 194 (76.17% from 255 or 28.70% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C2EF is #0C3D10. Grayscale: #D5D5D5. Windows color (decimal): -802065 or 15713011. OLE color: 15713011.
HSL color Cylindrical-coordinate representation of color #F3C2EF: hue angle of 304.9º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2EF is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 239 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.05 |
| HSL | 304.9º | 0.67% | 0.86% | - |
| HSV(B) | 304.9º | 0.2% | 0.95% | - |
| XYZ | 71.83 | 63.87 | 90.2 | - |
| YUV | 213.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 239 | 0 | 0.20 | 0.02 | 0.05 | 304.9 | 0.67 | 0.86 |
| Hex | F3 | C2 | EF | 0 | 14 | 2 | 5 | 131 | 43 | 56 |
| Octal | 363 | 302 | 357 | 0 | 24 | 2 | 5 | 461 | 103 | 126 |
| Binary | 11110011 | 11000010 | 11101111 | 0 | 10100 | 10 | 101 | 100110001 | 1000011 | 1010110 |
Color Harmonies of #F3C2EF
Complementary color
Monochromatic Colors of #F3C2EF
Black with #F3C2EF
Text Example
Text Example
White with #F3C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2EF; }
p { color: rgb(243,194,239); }
H1.HeaderClassName
{
color: #F3C2EF;
}
.AnyTagClassName
{
color: #F3C2EF;
}
</style>
background-color css
<style>
a { background-color: #F3C2EF; }
a { background-color: rgb(243,194,239); }
div.DivClassName
{
background-color: #F3C2EF;
}
.BgClassName
{
background-color: #F3C2EF;
}
</style>
border-color css
<style>
span { border-color: #F3C2EF; }
span { border-color: rgb(243,194,239); }
td.TdClassName
{
border-color: #F3C2EF;
}
.TagClassName
{
border-color: #F3C2EF;
}
</style>