Shades of Snuff #FFC8F6
Tints of Snuff #FFC8F6
RGB
CMYK
RGB Variations
Color information
#FFC8F6 (or 0xFFC8F6) is known color: Snuff. HEX triplet: FF, C8 and F6. RGB value is (255,200,246). Sum of RGB (Red+Green+Blue) = 255+200+246=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 200 (78.52% from 255 or 28.53% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8F6 is #003709. Grayscale: #DDDDDD. Windows color (decimal): -14090 or 16173311. OLE color: 16173311.
HSL color Cylindrical-coordinate representation of color #FFC8F6: hue angle of 309.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC8F6 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 246 | - |
| CMYK | 0 | 0.22 | 0.04 | 0 |
| HSL | 309.82º | 1% | 0.89% | - |
| HSV(B) | 309.82º | 0.22% | 1% | - |
| XYZ | 78.53 | 69.22 | 96.41 | - |
| YUV | 221.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 246 | 0 | 0.22 | 0.04 | 0 | 309.82 | 1 | 0.89 |
| Hex | FF | C8 | F6 | 0 | 16 | 4 | 0 | 136 | 64 | 59 |
| Octal | 377 | 310 | 366 | 0 | 26 | 4 | 0 | 466 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11110110 | 0 | 10110 | 100 | 0 | 100110110 | 1100100 | 1011001 |
Color Harmonies of #FFC8F6
Complementary color
Monochromatic Colors of #FFC8F6
Black with #FFC8F6
Text Example
Text Example
White with #FFC8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8F6; }
p { color: rgb(255,200,246); }
H1.HeaderClassName
{
color: #FFC8F6;
}
.AnyTagClassName
{
color: #FFC8F6;
}
</style>
background-color css
<style>
a { background-color: #FFC8F6; }
a { background-color: rgb(255,200,246); }
div.DivClassName
{
background-color: #FFC8F6;
}
.BgClassName
{
background-color: #FFC8F6;
}
</style>
border-color css
<style>
span { border-color: #FFC8F6; }
span { border-color: rgb(255,200,246); }
td.TdClassName
{
border-color: #FFC8F6;
}
.TagClassName
{
border-color: #FFC8F6;
}
</style>