Shades of Snuff #F7CCF0
Tints of Snuff #F7CCF0
RGB
CMYK
RGB Variations
Color information
#F7CCF0 (or 0xF7CCF0) is known color: Snuff. HEX triplet: F7, CC and F0. RGB value is (247,204,240). Sum of RGB (Red+Green+Blue) = 247+204+240=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 204 (80.08% from 255 or 29.52% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CCF0 is #08330F. Grayscale: #DCDCDC. Windows color (decimal): -537360 or 15781111. OLE color: 15781111.
HSL color Cylindrical-coordinate representation of color #F7CCF0: hue angle of 309.77º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7CCF0 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 240 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.03 |
| HSL | 309.77º | 0.73% | 0.88% | - |
| HSV(B) | 309.77º | 0.17% | 0.97% | - |
| XYZ | 75.68 | 69.25 | 91.82 | - |
| YUV | 220.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 240 | 0 | 0.17 | 0.03 | 0.03 | 309.77 | 0.73 | 0.88 |
| Hex | F7 | CC | F0 | 0 | 11 | 3 | 3 | 136 | 49 | 58 |
| Octal | 367 | 314 | 360 | 0 | 21 | 3 | 3 | 466 | 111 | 130 |
| Binary | 11110111 | 11001100 | 11110000 | 0 | 10001 | 11 | 11 | 100110110 | 1001001 | 1011000 |
Color Harmonies of #F7CCF0
Complementary color
Monochromatic Colors of #F7CCF0
Black with #F7CCF0
Text Example
Text Example
White with #F7CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCF0; }
p { color: rgb(247,204,240); }
H1.HeaderClassName
{
color: #F7CCF0;
}
.AnyTagClassName
{
color: #F7CCF0;
}
</style>
background-color css
<style>
a { background-color: #F7CCF0; }
a { background-color: rgb(247,204,240); }
div.DivClassName
{
background-color: #F7CCF0;
}
.BgClassName
{
background-color: #F7CCF0;
}
</style>
border-color css
<style>
span { border-color: #F7CCF0; }
span { border-color: rgb(247,204,240); }
td.TdClassName
{
border-color: #F7CCF0;
}
.TagClassName
{
border-color: #F7CCF0;
}
</style>