Shades of Snuff #F3CDF2
Tints of Snuff #F3CDF2
RGB
CMYK
RGB Variations
Color information
#F3CDF2 (or 0xF3CDF2) is known color: Snuff. HEX triplet: F3, CD and F2. RGB value is (243,205,242). Sum of RGB (Red+Green+Blue) = 243+205+242=690 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.22% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDF2 is #0C320D. Grayscale: #DCDCDC. Windows color (decimal): -799246 or 15912435. OLE color: 15912435.
HSL color Cylindrical-coordinate representation of color #F3CDF2: hue angle of 301.58º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CDF2 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 205 | 242 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.05 |
| HSL | 301.58º | 0.61% | 0.88% | - |
| HSV(B) | 301.58º | 0.16% | 0.95% | - |
| XYZ | 74.82 | 69.13 | 93.4 | - |
| YUV | 220.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 205 | 242 | 0 | 0.16 | 0.00 | 0.05 | 301.58 | 0.61 | 0.88 |
| Hex | F3 | CD | F2 | 0 | 10 | 0 | 5 | 12E | 3D | 58 |
| Octal | 363 | 315 | 362 | 0 | 20 | 0 | 5 | 456 | 75 | 130 |
| Binary | 11110011 | 11001101 | 11110010 | 0 | 10000 | 0 | 101 | 100101110 | 111101 | 1011000 |
Color Harmonies of #F3CDF2
Complementary color
Monochromatic Colors of #F3CDF2
Black with #F3CDF2
Text Example
Text Example
White with #F3CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDF2; }
p { color: rgb(243,205,242); }
H1.HeaderClassName
{
color: #F3CDF2;
}
.AnyTagClassName
{
color: #F3CDF2;
}
</style>
background-color css
<style>
a { background-color: #F3CDF2; }
a { background-color: rgb(243,205,242); }
div.DivClassName
{
background-color: #F3CDF2;
}
.BgClassName
{
background-color: #F3CDF2;
}
</style>
border-color css
<style>
span { border-color: #F3CDF2; }
span { border-color: rgb(243,205,242); }
td.TdClassName
{
border-color: #F3CDF2;
}
.TagClassName
{
border-color: #F3CDF2;
}
</style>