Shades of Snuff #FECEFF
Tints of Snuff #FECEFF
RGB
CMYK
RGB Variations
Color information
#FECEFF (or 0xFECEFF) is known color: Snuff. HEX triplet: FE, CE and FF. RGB value is (254,206,255). Sum of RGB (Red+Green+Blue) = 254+206+255=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 206 (80.86% from 255 or 28.81% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEFF is #013100. Grayscale: #E1E1E1. Windows color (decimal): -78081 or 16764670. OLE color: 16764670.
HSL color Cylindrical-coordinate representation of color #FECEFF: hue angle of 298.78º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEFF is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 254 | 206 | 255 | - |
CMYK | 0.00 | 0.19 | 0 | 0 |
HSL | 298.78º | 1% | 0.9% | - |
HSV(B) | 298.78º | 0.19% | 1% | - |
XYZ | 80.99 | 72.43 | 104.32 | - |
YUV | 225.94 | 144.4 | 148.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 255 | 0.00 | 0.19 | 0 | 0 | 298.78 | 1 | 0.9 |
Hex | FE | CE | FF | 0 | 13 | 0 | 0 | 12B | 64 | 5A |
Octal | 376 | 316 | 377 | 0 | 23 | 0 | 0 | 453 | 144 | 132 |
Binary | 11111110 | 11001110 | 11111111 | 0 | 10011 | 0 | 0 | 100101011 | 1100100 | 1011010 |
Color Harmonies of #FECEFF
Complementary color
Monochromatic Colors of #FECEFF
Black with #FECEFF
Text Example
Text Example
White with #FECEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEFF; }
p { color: rgb(254,206,255); }
H1.HeaderClassName
{
color: #FECEFF;
}
.AnyTagClassName
{
color: #FECEFF;
}
</style>
background-color css
<style>
a { background-color: #FECEFF; }
a { background-color: rgb(254,206,255); }
div.DivClassName
{
background-color: #FECEFF;
}
.BgClassName
{
background-color: #FECEFF;
}
</style>
border-color css
<style>
span { border-color: #FECEFF; }
span { border-color: rgb(254,206,255); }
td.TdClassName
{
border-color: #FECEFF;
}
.TagClassName
{
border-color: #FECEFF;
}
</style>