Shades of Snuff #FEC8FC
Tints of Snuff #FEC8FC
RGB
CMYK
RGB Variations
Color information
#FEC8FC (or 0xFEC8FC) is known color: Snuff. HEX triplet: FE, C8 and FC. RGB value is (254,200,252). Sum of RGB (Red+Green+Blue) = 254+200+252=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 200 (78.52% from 255 or 28.33% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8FC is #013703. Grayscale: #DDDDDD. Windows color (decimal): -79620 or 16566526. OLE color: 16566526.
HSL color Cylindrical-coordinate representation of color #FEC8FC: hue angle of 302.22º 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 #FEC8FC is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 252 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.00 |
| HSL | 302.22º | 0.96% | 0.89% | - |
| HSV(B) | 302.22º | 0.21% | 1% | - |
| XYZ | 79.1 | 69.41 | 101.32 | - |
| YUV | 222.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 252 | 0 | 0.21 | 0.01 | 0.00 | 302.22 | 0.96 | 0.89 |
| Hex | FE | C8 | FC | 0 | 15 | 1 | 0 | 12E | 60 | 59 |
| Octal | 376 | 310 | 374 | 0 | 25 | 1 | 0 | 456 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11111100 | 0 | 10101 | 1 | 0 | 100101110 | 1100000 | 1011001 |
Color Harmonies of #FEC8FC
Complementary color
Monochromatic Colors of #FEC8FC
Black with #FEC8FC
Text Example
Text Example
White with #FEC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8FC; }
p { color: rgb(254,200,252); }
H1.HeaderClassName
{
color: #FEC8FC;
}
.AnyTagClassName
{
color: #FEC8FC;
}
</style>
background-color css
<style>
a { background-color: #FEC8FC; }
a { background-color: rgb(254,200,252); }
div.DivClassName
{
background-color: #FEC8FC;
}
.BgClassName
{
background-color: #FEC8FC;
}
</style>
border-color css
<style>
span { border-color: #FEC8FC; }
span { border-color: rgb(254,200,252); }
td.TdClassName
{
border-color: #FEC8FC;
}
.TagClassName
{
border-color: #FEC8FC;
}
</style>