Shades of Snuff #F7CDF0
Tints of Snuff #F7CDF0
RGB
CMYK
RGB Variations
Color information
#F7CDF0 (or 0xF7CDF0) is known color: Snuff. HEX triplet: F7, CD and F0. RGB value is (247,205,240). Sum of RGB (Red+Green+Blue) = 247+205+240=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDF0 is #08320F. Grayscale: #DDDDDD. Windows color (decimal): -537104 or 15781367. OLE color: 15781367.
HSL color Cylindrical-coordinate representation of color #F7CDF0: hue angle of 310º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CDF0 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 205 | 240 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.03 |
| HSL | 310º | 0.72% | 0.89% | - |
| HSV(B) | 310º | 0.17% | 0.97% | - |
| XYZ | 75.92 | 69.73 | 91.9 | - |
| YUV | 221.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 205 | 240 | 0 | 0.17 | 0.03 | 0.03 | 310 | 0.72 | 0.89 |
| Hex | F7 | CD | F0 | 0 | 11 | 3 | 3 | 136 | 48 | 59 |
| Octal | 367 | 315 | 360 | 0 | 21 | 3 | 3 | 466 | 110 | 131 |
| Binary | 11110111 | 11001101 | 11110000 | 0 | 10001 | 11 | 11 | 100110110 | 1001000 | 1011001 |
Color Harmonies of #F7CDF0
Complementary color
Monochromatic Colors of #F7CDF0
Black with #F7CDF0
Text Example
Text Example
White with #F7CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CDF0; }
p { color: rgb(247,205,240); }
H1.HeaderClassName
{
color: #F7CDF0;
}
.AnyTagClassName
{
color: #F7CDF0;
}
</style>
background-color css
<style>
a { background-color: #F7CDF0; }
a { background-color: rgb(247,205,240); }
div.DivClassName
{
background-color: #F7CDF0;
}
.BgClassName
{
background-color: #F7CDF0;
}
</style>
border-color css
<style>
span { border-color: #F7CDF0; }
span { border-color: rgb(247,205,240); }
td.TdClassName
{
border-color: #F7CDF0;
}
.TagClassName
{
border-color: #F7CDF0;
}
</style>