Shades of Snuff #F7CFF3
Tints of Snuff #F7CFF3
RGB
CMYK
RGB Variations
Color information
#F7CFF3 (or 0xF7CFF3) is known color: Snuff. HEX triplet: F7, CF and F3. RGB value is (247,207,243). Sum of RGB (Red+Green+Blue) = 247+207+243=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CFF3 is #08300C. Grayscale: #DEDEDE. Windows color (decimal): -536589 or 15978487. OLE color: 15978487.
HSL color Cylindrical-coordinate representation of color #F7CFF3: hue angle of 306º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F7CFF3 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 243 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.03 |
| HSL | 306º | 0.71% | 0.89% | - |
| HSV(B) | 306º | 0.16% | 0.97% | - |
| XYZ | 76.85 | 70.87 | 94.42 | - |
| YUV | 223.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 243 | 0 | 0.16 | 0.02 | 0.03 | 306 | 0.71 | 0.89 |
| Hex | F7 | CF | F3 | 0 | 10 | 2 | 3 | 132 | 47 | 59 |
| Octal | 367 | 317 | 363 | 0 | 20 | 2 | 3 | 462 | 107 | 131 |
| Binary | 11110111 | 11001111 | 11110011 | 0 | 10000 | 10 | 11 | 100110010 | 1000111 | 1011001 |
Color Harmonies of #F7CFF3
Complementary color
Monochromatic Colors of #F7CFF3
Black with #F7CFF3
Text Example
Text Example
White with #F7CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFF3; }
p { color: rgb(247,207,243); }
H1.HeaderClassName
{
color: #F7CFF3;
}
.AnyTagClassName
{
color: #F7CFF3;
}
</style>
background-color css
<style>
a { background-color: #F7CFF3; }
a { background-color: rgb(247,207,243); }
div.DivClassName
{
background-color: #F7CFF3;
}
.BgClassName
{
background-color: #F7CFF3;
}
</style>
border-color css
<style>
span { border-color: #F7CFF3; }
span { border-color: rgb(247,207,243); }
td.TdClassName
{
border-color: #F7CFF3;
}
.TagClassName
{
border-color: #F7CFF3;
}
</style>