Shades of Snuff #F3C9ED
Tints of Snuff #F3C9ED
RGB
CMYK
RGB Variations
Color information
#F3C9ED (or 0xF3C9ED) is known color: Snuff. HEX triplet: F3, C9 and ED. RGB value is (243,201,237). Sum of RGB (Red+Green+Blue) = 243+201+237=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 201 (78.91% from 255 or 29.52% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C9ED is #0C3612. Grayscale: #D9D9D9. Windows color (decimal): -800275 or 15583731. OLE color: 15583731.
HSL color Cylindrical-coordinate representation of color #F3C9ED: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F3C9ED is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 237 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.05 |
| HSL | 308.57º | 0.64% | 0.87% | - |
| HSV(B) | 308.57º | 0.17% | 0.95% | - |
| XYZ | 73.13 | 66.94 | 89.19 | - |
| YUV | 217.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 237 | 0 | 0.17 | 0.02 | 0.05 | 308.57 | 0.64 | 0.87 |
| Hex | F3 | C9 | ED | 0 | 11 | 2 | 5 | 135 | 40 | 57 |
| Octal | 363 | 311 | 355 | 0 | 21 | 2 | 5 | 465 | 100 | 127 |
| Binary | 11110011 | 11001001 | 11101101 | 0 | 10001 | 10 | 101 | 100110101 | 1000000 | 1010111 |
Color Harmonies of #F3C9ED
Complementary color
Monochromatic Colors of #F3C9ED
Black with #F3C9ED
Text Example
Text Example
White with #F3C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9ED; }
p { color: rgb(243,201,237); }
H1.HeaderClassName
{
color: #F3C9ED;
}
.AnyTagClassName
{
color: #F3C9ED;
}
</style>
background-color css
<style>
a { background-color: #F3C9ED; }
a { background-color: rgb(243,201,237); }
div.DivClassName
{
background-color: #F3C9ED;
}
.BgClassName
{
background-color: #F3C9ED;
}
</style>
border-color css
<style>
span { border-color: #F3C9ED; }
span { border-color: rgb(243,201,237); }
td.TdClassName
{
border-color: #F3C9ED;
}
.TagClassName
{
border-color: #F3C9ED;
}
</style>