Shades of Snuff #F3C3EF
Tints of Snuff #F3C3EF
RGB
CMYK
RGB Variations
Color information
#F3C3EF (or 0xF3C3EF) is known color: Snuff. HEX triplet: F3, C3 and EF. RGB value is (243,195,239). Sum of RGB (Red+Green+Blue) = 243+195+239=677 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.89% from 677); Green value is 195 (76.56% from 255 or 28.80% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C3EF is #0C3C10. Grayscale: #D6D6D6. Windows color (decimal): -801809 or 15713267. OLE color: 15713267.
HSL color Cylindrical-coordinate representation of color #F3C3EF: hue angle of 305º 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 #F3C3EF is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 239 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.05 |
| HSL | 305º | 0.67% | 0.86% | - |
| HSV(B) | 305º | 0.2% | 0.95% | - |
| XYZ | 72.06 | 64.32 | 90.28 | - |
| YUV | 214.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 239 | 0 | 0.20 | 0.02 | 0.05 | 305 | 0.67 | 0.86 |
| Hex | F3 | C3 | EF | 0 | 14 | 2 | 5 | 131 | 43 | 56 |
| Octal | 363 | 303 | 357 | 0 | 24 | 2 | 5 | 461 | 103 | 126 |
| Binary | 11110011 | 11000011 | 11101111 | 0 | 10100 | 10 | 101 | 100110001 | 1000011 | 1010110 |
Color Harmonies of #F3C3EF
Complementary color
Monochromatic Colors of #F3C3EF
Black with #F3C3EF
Text Example
Text Example
White with #F3C3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C3EF; }
p { color: rgb(243,195,239); }
H1.HeaderClassName
{
color: #F3C3EF;
}
.AnyTagClassName
{
color: #F3C3EF;
}
</style>
background-color css
<style>
a { background-color: #F3C3EF; }
a { background-color: rgb(243,195,239); }
div.DivClassName
{
background-color: #F3C3EF;
}
.BgClassName
{
background-color: #F3C3EF;
}
</style>
border-color css
<style>
span { border-color: #F3C3EF; }
span { border-color: rgb(243,195,239); }
td.TdClassName
{
border-color: #F3C3EF;
}
.TagClassName
{
border-color: #F3C3EF;
}
</style>