Shades of Snuff #F7C8FC
Tints of Snuff #F7C8FC
RGB
CMYK
RGB Variations
Color information
#F7C8FC (or 0xF7C8FC) is known color: Snuff. HEX triplet: F7, C8 and FC. RGB value is (247,200,252). Sum of RGB (Red+Green+Blue) = 247+200+252=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 200 (78.52% from 255 or 28.61% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #F7C8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C8FC is #083703. Grayscale: #DBDBDB. Windows color (decimal): -538372 or 16566519. OLE color: 16566519.
HSL color Cylindrical-coordinate representation of color #F7C8FC: hue angle of 294.23º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C8FC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 200 | 252 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.01 |
| HSL | 294.23º | 0.9% | 0.89% | - |
| HSV(B) | 294.23º | 0.21% | 0.99% | - |
| XYZ | 76.58 | 68.11 | 101.21 | - |
| YUV | 219.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 200 | 252 | 0.02 | 0.21 | 0 | 0.01 | 294.23 | 0.9 | 0.89 |
| Hex | F7 | C8 | FC | 2 | 15 | 0 | 1 | 126 | 5A | 59 |
| Octal | 367 | 310 | 374 | 2 | 25 | 0 | 1 | 446 | 132 | 131 |
| Binary | 11110111 | 11001000 | 11111100 | 10 | 10101 | 0 | 1 | 100100110 | 1011010 | 1011001 |
Color Harmonies of #F7C8FC
Complementary color
Monochromatic Colors of #F7C8FC
Black with #F7C8FC
Text Example
Text Example
White with #F7C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C8FC; }
p { color: rgb(247,200,252); }
H1.HeaderClassName
{
color: #F7C8FC;
}
.AnyTagClassName
{
color: #F7C8FC;
}
</style>
background-color css
<style>
a { background-color: #F7C8FC; }
a { background-color: rgb(247,200,252); }
div.DivClassName
{
background-color: #F7C8FC;
}
.BgClassName
{
background-color: #F7C8FC;
}
</style>
border-color css
<style>
span { border-color: #F7C8FC; }
span { border-color: rgb(247,200,252); }
td.TdClassName
{
border-color: #F7C8FC;
}
.TagClassName
{
border-color: #F7C8FC;
}
</style>