Shades of Snuff #F8CCF6
Tints of Snuff #F8CCF6
RGB
CMYK
RGB Variations
Color information
#F8CCF6 (or 0xF8CCF6) is known color: Snuff. HEX triplet: F8, CC and F6. RGB value is (248,204,246). Sum of RGB (Red+Green+Blue) = 248+204+246=698 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.53% from 698); Green value is 204 (80.08% from 255 or 29.23% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCF6 is #073309. Grayscale: #DDDDDD. Windows color (decimal): -471818 or 16174328. OLE color: 16174328.
HSL color Cylindrical-coordinate representation of color #F8CCF6: hue angle of 302.73º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCF6 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 246 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.03 |
| HSL | 302.73º | 0.76% | 0.89% | - |
| HSV(B) | 302.73º | 0.18% | 0.97% | - |
| XYZ | 76.94 | 69.8 | 96.61 | - |
| YUV | 221.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 246 | 0 | 0.18 | 0.01 | 0.03 | 302.73 | 0.76 | 0.89 |
| Hex | F8 | CC | F6 | 0 | 12 | 1 | 3 | 12F | 4C | 59 |
| Octal | 370 | 314 | 366 | 0 | 22 | 1 | 3 | 457 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11110110 | 0 | 10010 | 1 | 11 | 100101111 | 1001100 | 1011001 |
Color Harmonies of #F8CCF6
Complementary color
Monochromatic Colors of #F8CCF6
Black with #F8CCF6
Text Example
Text Example
White with #F8CCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCF6; }
p { color: rgb(248,204,246); }
H1.HeaderClassName
{
color: #F8CCF6;
}
.AnyTagClassName
{
color: #F8CCF6;
}
</style>
background-color css
<style>
a { background-color: #F8CCF6; }
a { background-color: rgb(248,204,246); }
div.DivClassName
{
background-color: #F8CCF6;
}
.BgClassName
{
background-color: #F8CCF6;
}
</style>
border-color css
<style>
span { border-color: #F8CCF6; }
span { border-color: rgb(248,204,246); }
td.TdClassName
{
border-color: #F8CCF6;
}
.TagClassName
{
border-color: #F8CCF6;
}
</style>