Shades of Snuff #FFC8FE
Tints of Snuff #FFC8FE
RGB
CMYK
RGB Variations
Color information
#FFC8FE (or 0xFFC8FE) is known color: Snuff. HEX triplet: FF, C8 and FE. RGB value is (255,200,254). Sum of RGB (Red+Green+Blue) = 255+200+254=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 200 (78.52% from 255 or 28.21% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8FE is #003701. Grayscale: #DEDEDE. Windows color (decimal): -14082 or 16697599. OLE color: 16697599.
HSL color Cylindrical-coordinate representation of color #FFC8FE: hue angle of 301.09º 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 #FFC8FE is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 254 | - |
| CMYK | 0 | 0.22 | 0.00 | 0 |
| HSL | 301.09º | 1% | 0.89% | - |
| HSV(B) | 301.09º | 0.22% | 1% | - |
| XYZ | 79.78 | 69.72 | 103.02 | - |
| YUV | 222.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 254 | 0 | 0.22 | 0.00 | 0 | 301.09 | 1 | 0.89 |
| Hex | FF | C8 | FE | 0 | 16 | 0 | 0 | 12D | 64 | 59 |
| Octal | 377 | 310 | 376 | 0 | 26 | 0 | 0 | 455 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11111110 | 0 | 10110 | 0 | 0 | 100101101 | 1100100 | 1011001 |
Color Harmonies of #FFC8FE
Complementary color
Monochromatic Colors of #FFC8FE
Black with #FFC8FE
Text Example
Text Example
White with #FFC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8FE; }
p { color: rgb(255,200,254); }
H1.HeaderClassName
{
color: #FFC8FE;
}
.AnyTagClassName
{
color: #FFC8FE;
}
</style>
background-color css
<style>
a { background-color: #FFC8FE; }
a { background-color: rgb(255,200,254); }
div.DivClassName
{
background-color: #FFC8FE;
}
.BgClassName
{
background-color: #FFC8FE;
}
</style>
border-color css
<style>
span { border-color: #FFC8FE; }
span { border-color: rgb(255,200,254); }
td.TdClassName
{
border-color: #FFC8FE;
}
.TagClassName
{
border-color: #FFC8FE;
}
</style>