Shades of Snuff #F8C8F7
Tints of Snuff #F8C8F7
RGB
CMYK
RGB Variations
Color information
#F8C8F7 (or 0xF8C8F7) is known color: Snuff. HEX triplet: F8, C8 and F7. RGB value is (248,200,247). Sum of RGB (Red+Green+Blue) = 248+200+247=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 200 (78.52% from 255 or 28.78% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C8F7 is #073708. Grayscale: #DBDBDB. Windows color (decimal): -472841 or 16238840. OLE color: 16238840.
HSL color Cylindrical-coordinate representation of color #F8C8F7: hue angle of 301.25º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8C8F7 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 200 | 247 | - |
CMYK | 0 | 0.19 | 0.00 | 0.03 |
HSL | 301.25º | 0.77% | 0.88% | - |
HSV(B) | 301.25º | 0.19% | 0.97% | - |
XYZ | 76.15 | 67.98 | 97.1 | - |
YUV | 219.71 | 143.4 | 148.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 200 | 247 | 0 | 0.19 | 0.00 | 0.03 | 301.25 | 0.77 | 0.88 |
Hex | F8 | C8 | F7 | 0 | 13 | 0 | 3 | 12D | 4D | 58 |
Octal | 370 | 310 | 367 | 0 | 23 | 0 | 3 | 455 | 115 | 130 |
Binary | 11111000 | 11001000 | 11110111 | 0 | 10011 | 0 | 11 | 100101101 | 1001101 | 1011000 |
Color Harmonies of #F8C8F7
Complementary color
Monochromatic Colors of #F8C8F7
Black with #F8C8F7
Text Example
Text Example
White with #F8C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C8F7; }
p { color: rgb(248,200,247); }
H1.HeaderClassName
{
color: #F8C8F7;
}
.AnyTagClassName
{
color: #F8C8F7;
}
</style>
background-color css
<style>
a { background-color: #F8C8F7; }
a { background-color: rgb(248,200,247); }
div.DivClassName
{
background-color: #F8C8F7;
}
.BgClassName
{
background-color: #F8C8F7;
}
</style>
border-color css
<style>
span { border-color: #F8C8F7; }
span { border-color: rgb(248,200,247); }
td.TdClassName
{
border-color: #F8C8F7;
}
.TagClassName
{
border-color: #F8C8F7;
}
</style>