Shades of Snuff #FECEFA
Tints of Snuff #FECEFA
RGB
CMYK
RGB Variations
Color information
#FECEFA (or 0xFECEFA) is known color: Snuff. HEX triplet: FE, CE and FA. RGB value is (254,206,250). Sum of RGB (Red+Green+Blue) = 254+206+250=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 206 (80.86% from 255 or 29.01% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFA is #013105. Grayscale: #E1E1E1. Windows color (decimal): -78086 or 16436990. OLE color: 16436990.
HSL color Cylindrical-coordinate representation of color #FECEFA: hue angle of 305º 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 #FECEFA is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 250 | - |
CMYK | 0 | 0.19 | 0.02 | 0.00 |
HSL | 305º | 0.96% | 0.9% | - |
HSV(B) | 305º | 0.19% | 1% | - |
XYZ | 80.2 | 72.12 | 100.14 | - |
YUV | 225.37 | 141.9 | 148.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 250 | 0 | 0.19 | 0.02 | 0.00 | 305 | 0.96 | 0.9 |
Hex | FE | CE | FA | 0 | 13 | 2 | 0 | 131 | 60 | 5A |
Octal | 376 | 316 | 372 | 0 | 23 | 2 | 0 | 461 | 140 | 132 |
Binary | 11111110 | 11001110 | 11111010 | 0 | 10011 | 10 | 0 | 100110001 | 1100000 | 1011010 |
Color Harmonies of #FECEFA
Complementary color
Monochromatic Colors of #FECEFA
Black with #FECEFA
Text Example
Text Example
White with #FECEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEFA; }
p { color: rgb(254,206,250); }
H1.HeaderClassName
{
color: #FECEFA;
}
.AnyTagClassName
{
color: #FECEFA;
}
</style>
background-color css
<style>
a { background-color: #FECEFA; }
a { background-color: rgb(254,206,250); }
div.DivClassName
{
background-color: #FECEFA;
}
.BgClassName
{
background-color: #FECEFA;
}
</style>
border-color css
<style>
span { border-color: #FECEFA; }
span { border-color: rgb(254,206,250); }
td.TdClassName
{
border-color: #FECEFA;
}
.TagClassName
{
border-color: #FECEFA;
}
</style>