Shades of Snuff #F8CFFC
Tints of Snuff #F8CFFC
RGB
CMYK
RGB Variations
Color information
#F8CFFC (or 0xF8CFFC) is known color: Snuff. HEX triplet: F8, CF and FC. RGB value is (248,207,252). Sum of RGB (Red+Green+Blue) = 248+207+252=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 207 (81.25% from 255 or 29.28% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #F8CFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CFFC is #073003. Grayscale: #E0E0E0. Windows color (decimal): -471044 or 16568312. OLE color: 16568312.
HSL color Cylindrical-coordinate representation of color #F8CFFC: hue angle of 294.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CFFC is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 207 | 252 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.01 |
| HSL | 294.67º | 0.88% | 0.9% | - |
| HSV(B) | 294.67º | 0.18% | 0.99% | - |
| XYZ | 78.59 | 71.61 | 101.78 | - |
| YUV | 224.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 252 | 0.02 | 0.18 | 0 | 0.01 | 294.67 | 0.88 | 0.9 |
| Hex | F8 | CF | FC | 2 | 12 | 0 | 1 | 127 | 58 | 5A |
| Octal | 370 | 317 | 374 | 2 | 22 | 0 | 1 | 447 | 130 | 132 |
| Binary | 11111000 | 11001111 | 11111100 | 10 | 10010 | 0 | 1 | 100100111 | 1011000 | 1011010 |
Color Harmonies of #F8CFFC
Complementary color
Monochromatic Colors of #F8CFFC
Black with #F8CFFC
Text Example
Text Example
White with #F8CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFFC; }
p { color: rgb(248,207,252); }
H1.HeaderClassName
{
color: #F8CFFC;
}
.AnyTagClassName
{
color: #F8CFFC;
}
</style>
background-color css
<style>
a { background-color: #F8CFFC; }
a { background-color: rgb(248,207,252); }
div.DivClassName
{
background-color: #F8CFFC;
}
.BgClassName
{
background-color: #F8CFFC;
}
</style>
border-color css
<style>
span { border-color: #F8CFFC; }
span { border-color: rgb(248,207,252); }
td.TdClassName
{
border-color: #F8CFFC;
}
.TagClassName
{
border-color: #F8CFFC;
}
</style>