Shades of Snuff #FECEF5
Tints of Snuff #FECEF5
RGB
CMYK
RGB Variations
Color information
#FECEF5 (or 0xFECEF5) is known color: Snuff. HEX triplet: FE, CE and F5. RGB value is (254,206,245). Sum of RGB (Red+Green+Blue) = 254+206+245=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEF5 is #01310A. Grayscale: #E0E0E0. Windows color (decimal): -78091 or 16109310. OLE color: 16109310.
HSL color Cylindrical-coordinate representation of color #FECEF5: hue angle of 311.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 #FECEF5 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 245 | - |
CMYK | 0 | 0.19 | 0.04 | 0.00 |
HSL | 311.25º | 0.96% | 0.9% | - |
HSV(B) | 311.25º | 0.19% | 1% | - |
XYZ | 79.43 | 71.81 | 96.06 | - |
YUV | 224.8 | 139.4 | 148.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 245 | 0 | 0.19 | 0.04 | 0.00 | 311.25 | 0.96 | 0.9 |
Hex | FE | CE | F5 | 0 | 13 | 4 | 0 | 137 | 60 | 5A |
Octal | 376 | 316 | 365 | 0 | 23 | 4 | 0 | 467 | 140 | 132 |
Binary | 11111110 | 11001110 | 11110101 | 0 | 10011 | 100 | 0 | 100110111 | 1100000 | 1011010 |
Color Harmonies of #FECEF5
Complementary color
Monochromatic Colors of #FECEF5
Black with #FECEF5
Text Example
Text Example
White with #FECEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEF5; }
p { color: rgb(254,206,245); }
H1.HeaderClassName
{
color: #FECEF5;
}
.AnyTagClassName
{
color: #FECEF5;
}
</style>
background-color css
<style>
a { background-color: #FECEF5; }
a { background-color: rgb(254,206,245); }
div.DivClassName
{
background-color: #FECEF5;
}
.BgClassName
{
background-color: #FECEF5;
}
</style>
border-color css
<style>
span { border-color: #FECEF5; }
span { border-color: rgb(254,206,245); }
td.TdClassName
{
border-color: #FECEF5;
}
.TagClassName
{
border-color: #FECEF5;
}
</style>