Shades of Snuff #FECDFB
Tints of Snuff #FECDFB
RGB
CMYK
RGB Variations
Color information
#FECDFB (or 0xFECDFB) is known color: Snuff. HEX triplet: FE, CD and FB. RGB value is (254,205,251). Sum of RGB (Red+Green+Blue) = 254+205+251=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 205 (80.47% from 255 or 28.87% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDFB is #013204. Grayscale: #E0E0E0. Windows color (decimal): -78341 or 16502270. OLE color: 16502270.
HSL color Cylindrical-coordinate representation of color #FECDFB: hue angle of 303.67º 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 #FECDFB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 251 | - |
CMYK | 0 | 0.19 | 0.01 | 0.00 |
HSL | 303.67º | 0.96% | 0.9% | - |
HSV(B) | 303.67º | 0.19% | 1% | - |
XYZ | 80.12 | 71.7 | 100.88 | - |
YUV | 224.9 | 142.73 | 148.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 251 | 0 | 0.19 | 0.01 | 0.00 | 303.67 | 0.96 | 0.9 |
Hex | FE | CD | FB | 0 | 13 | 1 | 0 | 130 | 60 | 5A |
Octal | 376 | 315 | 373 | 0 | 23 | 1 | 0 | 460 | 140 | 132 |
Binary | 11111110 | 11001101 | 11111011 | 0 | 10011 | 1 | 0 | 100110000 | 1100000 | 1011010 |
Color Harmonies of #FECDFB
Complementary color
Monochromatic Colors of #FECDFB
Black with #FECDFB
Text Example
Text Example
White with #FECDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDFB; }
p { color: rgb(254,205,251); }
H1.HeaderClassName
{
color: #FECDFB;
}
.AnyTagClassName
{
color: #FECDFB;
}
</style>
background-color css
<style>
a { background-color: #FECDFB; }
a { background-color: rgb(254,205,251); }
div.DivClassName
{
background-color: #FECDFB;
}
.BgClassName
{
background-color: #FECDFB;
}
</style>
border-color css
<style>
span { border-color: #FECDFB; }
span { border-color: rgb(254,205,251); }
td.TdClassName
{
border-color: #FECDFB;
}
.TagClassName
{
border-color: #FECDFB;
}
</style>