Shades of Snuff #F3CDF0
Tints of Snuff #F3CDF0
RGB
CMYK
RGB Variations
Color information
#F3CDF0 (or 0xF3CDF0) is known color: Snuff. HEX triplet: F3, CD and F0. RGB value is (243,205,240). Sum of RGB (Red+Green+Blue) = 243+205+240=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 205 (80.47% from 255 or 29.80% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3CDF0 is #0C320F. Grayscale: #DCDCDC. Windows color (decimal): -799248 or 15781363. OLE color: 15781363.
HSL color Cylindrical-coordinate representation of color #F3CDF0: hue angle of 304.74º 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 #F3CDF0 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 205 | 240 | - |
CMYK | 0 | 0.16 | 0.01 | 0.05 |
HSL | 304.74º | 0.61% | 0.88% | - |
HSV(B) | 304.74º | 0.16% | 0.95% | - |
XYZ | 74.52 | 69.01 | 91.83 | - |
YUV | 220.35 | 139.09 | 144.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 205 | 240 | 0 | 0.16 | 0.01 | 0.05 | 304.74 | 0.61 | 0.88 |
Hex | F3 | CD | F0 | 0 | 10 | 1 | 5 | 131 | 3D | 58 |
Octal | 363 | 315 | 360 | 0 | 20 | 1 | 5 | 461 | 75 | 130 |
Binary | 11110011 | 11001101 | 11110000 | 0 | 10000 | 1 | 101 | 100110001 | 111101 | 1011000 |
Color Harmonies of #F3CDF0
Complementary color
Monochromatic Colors of #F3CDF0
Black with #F3CDF0
Text Example
Text Example
White with #F3CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CDF0; }
p { color: rgb(243,205,240); }
H1.HeaderClassName
{
color: #F3CDF0;
}
.AnyTagClassName
{
color: #F3CDF0;
}
</style>
background-color css
<style>
a { background-color: #F3CDF0; }
a { background-color: rgb(243,205,240); }
div.DivClassName
{
background-color: #F3CDF0;
}
.BgClassName
{
background-color: #F3CDF0;
}
</style>
border-color css
<style>
span { border-color: #F3CDF0; }
span { border-color: rgb(243,205,240); }
td.TdClassName
{
border-color: #F3CDF0;
}
.TagClassName
{
border-color: #F3CDF0;
}
</style>