Shades of Snuff #FECEFE
Tints of Snuff #FECEFE
RGB
CMYK
RGB Variations
Color information
#FECEFE (or 0xFECEFE) is known color: Snuff. HEX triplet: FE, CE and FE. RGB value is (254,206,254). Sum of RGB (Red+Green+Blue) = 254+206+254=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 206 (80.86% from 255 or 28.85% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFE is #013101. Grayscale: #E1E1E1. Windows color (decimal): -78082 or 16699134. OLE color: 16699134.
HSL color Cylindrical-coordinate representation of color #FECEFE: hue angle of 300º 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 #FECEFE is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 254 | - |
CMYK | 0 | 0.19 | 0 | 0.00 |
HSL | 300º | 0.96% | 0.9% | - |
HSV(B) | 300º | 0.19% | 1% | - |
XYZ | 80.83 | 72.37 | 103.47 | - |
YUV | 225.82 | 143.9 | 148.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 254 | 0 | 0.19 | 0 | 0.00 | 300 | 0.96 | 0.9 |
Hex | FE | CE | FE | 0 | 13 | 0 | 0 | 12C | 60 | 5A |
Octal | 376 | 316 | 376 | 0 | 23 | 0 | 0 | 454 | 140 | 132 |
Binary | 11111110 | 11001110 | 11111110 | 0 | 10011 | 0 | 0 | 100101100 | 1100000 | 1011010 |
Color Harmonies of #FECEFE
Complementary color
Monochromatic Colors of #FECEFE
Black with #FECEFE
Text Example
Text Example
White with #FECEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEFE; }
p { color: rgb(254,206,254); }
H1.HeaderClassName
{
color: #FECEFE;
}
.AnyTagClassName
{
color: #FECEFE;
}
</style>
background-color css
<style>
a { background-color: #FECEFE; }
a { background-color: rgb(254,206,254); }
div.DivClassName
{
background-color: #FECEFE;
}
.BgClassName
{
background-color: #FECEFE;
}
</style>
border-color css
<style>
span { border-color: #FECEFE; }
span { border-color: rgb(254,206,254); }
td.TdClassName
{
border-color: #FECEFE;
}
.TagClassName
{
border-color: #FECEFE;
}
</style>