Shades of Snuff #FECEFD
Tints of Snuff #FECEFD
RGB
CMYK
RGB Variations
Color information
#FECEFD (or 0xFECEFD) is known color: Snuff. HEX triplet: FE, CE and FD. RGB value is (254,206,253). Sum of RGB (Red+Green+Blue) = 254+206+253=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 206 (80.86% from 255 or 28.89% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFD is #013102. Grayscale: #E1E1E1. Windows color (decimal): -78083 or 16633598. OLE color: 16633598.
HSL color Cylindrical-coordinate representation of color #FECEFD: hue angle of 301.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEFD is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 253 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.00 |
| HSL | 301.25º | 0.96% | 0.9% | - |
| HSV(B) | 301.25º | 0.19% | 1% | - |
| XYZ | 80.67 | 72.31 | 102.63 | - |
| YUV | 225.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 253 | 0 | 0.19 | 0.00 | 0.00 | 301.25 | 0.96 | 0.9 |
| Hex | FE | CE | FD | 0 | 13 | 0 | 0 | 12D | 60 | 5A |
| Octal | 376 | 316 | 375 | 0 | 23 | 0 | 0 | 455 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11111101 | 0 | 10011 | 0 | 0 | 100101101 | 1100000 | 1011010 |
Color Harmonies of #FECEFD
Complementary color
Monochromatic Colors of #FECEFD
Black with #FECEFD
Text Example
Text Example
White with #FECEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEFD; }
p { color: rgb(254,206,253); }
H1.HeaderClassName
{
color: #FECEFD;
}
.AnyTagClassName
{
color: #FECEFD;
}
</style>
background-color css
<style>
a { background-color: #FECEFD; }
a { background-color: rgb(254,206,253); }
div.DivClassName
{
background-color: #FECEFD;
}
.BgClassName
{
background-color: #FECEFD;
}
</style>
border-color css
<style>
span { border-color: #FECEFD; }
span { border-color: rgb(254,206,253); }
td.TdClassName
{
border-color: #FECEFD;
}
.TagClassName
{
border-color: #FECEFD;
}
</style>