Shades of Snuff #F3C1EF
Tints of Snuff #F3C1EF
RGB
CMYK
RGB Variations
Color information
#F3C1EF (or 0xF3C1EF) is known color: Snuff. HEX triplet: F3, C1 and EF. RGB value is (243,193,239). Sum of RGB (Red+Green+Blue) = 243+193+239=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C1EF is #0C3E10. Grayscale: #D5D5D5. Windows color (decimal): -802321 or 15712755. OLE color: 15712755.
HSL color Cylindrical-coordinate representation of color #F3C1EF: hue angle of 304.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1EF is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 239 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.05 |
| HSL | 304.8º | 0.68% | 0.85% | - |
| HSV(B) | 304.8º | 0.21% | 0.95% | - |
| XYZ | 71.61 | 63.43 | 90.13 | - |
| YUV | 213.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 239 | 0 | 0.21 | 0.02 | 0.05 | 304.8 | 0.68 | 0.85 |
| Hex | F3 | C1 | EF | 0 | 15 | 2 | 5 | 131 | 44 | 55 |
| Octal | 363 | 301 | 357 | 0 | 25 | 2 | 5 | 461 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11101111 | 0 | 10101 | 10 | 101 | 100110001 | 1000100 | 1010101 |
Color Harmonies of #F3C1EF
Complementary color
Monochromatic Colors of #F3C1EF
Black with #F3C1EF
Text Example
Text Example
White with #F3C1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1EF; }
p { color: rgb(243,193,239); }
H1.HeaderClassName
{
color: #F3C1EF;
}
.AnyTagClassName
{
color: #F3C1EF;
}
</style>
background-color css
<style>
a { background-color: #F3C1EF; }
a { background-color: rgb(243,193,239); }
div.DivClassName
{
background-color: #F3C1EF;
}
.BgClassName
{
background-color: #F3C1EF;
}
</style>
border-color css
<style>
span { border-color: #F3C1EF; }
span { border-color: rgb(243,193,239); }
td.TdClassName
{
border-color: #F3C1EF;
}
.TagClassName
{
border-color: #F3C1EF;
}
</style>