Shades of Snuff #FECFFE
Tints of Snuff #FECFFE
RGB
CMYK
RGB Variations
Color information
#FECFFE (or 0xFECFFE) is known color: Snuff. HEX triplet: FE, CF and FE. RGB value is (254,207,254). Sum of RGB (Red+Green+Blue) = 254+207+254=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 207 (81.25% from 255 or 28.95% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFFE is #013001. Grayscale: #E2E2E2. Windows color (decimal): -77826 or 16699390. OLE color: 16699390.
HSL color Cylindrical-coordinate representation of color #FECFFE: 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 #FECFFE is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 254 | - |
| CMYK | 0 | 0.19 | 0 | 0.00 |
| HSL | 300º | 0.96% | 0.9% | - |
| HSV(B) | 300º | 0.19% | 1% | - |
| XYZ | 81.08 | 72.85 | 103.55 | - |
| YUV | 226.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 254 | 0 | 0.19 | 0 | 0.00 | 300 | 0.96 | 0.9 |
| Hex | FE | CF | FE | 0 | 13 | 0 | 0 | 12C | 60 | 5A |
| Octal | 376 | 317 | 376 | 0 | 23 | 0 | 0 | 454 | 140 | 132 |
| Binary | 11111110 | 11001111 | 11111110 | 0 | 10011 | 0 | 0 | 100101100 | 1100000 | 1011010 |
Color Harmonies of #FECFFE
Complementary color
Monochromatic Colors of #FECFFE
Black with #FECFFE
Text Example
Text Example
White with #FECFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFFE; }
p { color: rgb(254,207,254); }
H1.HeaderClassName
{
color: #FECFFE;
}
.AnyTagClassName
{
color: #FECFFE;
}
</style>
background-color css
<style>
a { background-color: #FECFFE; }
a { background-color: rgb(254,207,254); }
div.DivClassName
{
background-color: #FECFFE;
}
.BgClassName
{
background-color: #FECFFE;
}
</style>
border-color css
<style>
span { border-color: #FECFFE; }
span { border-color: rgb(254,207,254); }
td.TdClassName
{
border-color: #FECFFE;
}
.TagClassName
{
border-color: #FECFFE;
}
</style>