Shades of Snuff #FEC8FE
Tints of Snuff #FEC8FE
RGB
CMYK
RGB Variations
Color information
#FEC8FE (or 0xFEC8FE) is known color: Snuff. HEX triplet: FE, C8 and FE. RGB value is (254,200,254). Sum of RGB (Red+Green+Blue) = 254+200+254=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 200 (78.52% from 255 or 28.25% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8FE is #013701. Grayscale: #DEDEDE. Windows color (decimal): -79618 or 16697598. OLE color: 16697598.
HSL color Cylindrical-coordinate representation of color #FEC8FE: hue angle of 300º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC8FE is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 254 | - |
| CMYK | 0 | 0.21 | 0 | 0.00 |
| HSL | 300º | 0.96% | 0.89% | - |
| HSV(B) | 300º | 0.21% | 1% | - |
| XYZ | 79.42 | 69.54 | 103 | - |
| YUV | 222.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 254 | 0 | 0.21 | 0 | 0.00 | 300 | 0.96 | 0.89 |
| Hex | FE | C8 | FE | 0 | 15 | 0 | 0 | 12C | 60 | 59 |
| Octal | 376 | 310 | 376 | 0 | 25 | 0 | 0 | 454 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11111110 | 0 | 10101 | 0 | 0 | 100101100 | 1100000 | 1011001 |
Color Harmonies of #FEC8FE
Complementary color
Monochromatic Colors of #FEC8FE
Black with #FEC8FE
Text Example
Text Example
White with #FEC8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8FE; }
p { color: rgb(254,200,254); }
H1.HeaderClassName
{
color: #FEC8FE;
}
.AnyTagClassName
{
color: #FEC8FE;
}
</style>
background-color css
<style>
a { background-color: #FEC8FE; }
a { background-color: rgb(254,200,254); }
div.DivClassName
{
background-color: #FEC8FE;
}
.BgClassName
{
background-color: #FEC8FE;
}
</style>
border-color css
<style>
span { border-color: #FEC8FE; }
span { border-color: rgb(254,200,254); }
td.TdClassName
{
border-color: #FEC8FE;
}
.TagClassName
{
border-color: #FEC8FE;
}
</style>