Shades of Snuff #FECDF4
Tints of Snuff #FECDF4
RGB
CMYK
RGB Variations
Color information
#FECDF4 (or 0xFECDF4) is known color: Snuff. HEX triplet: FE, CD and F4. RGB value is (254,205,244). Sum of RGB (Red+Green+Blue) = 254+205+244=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF4 is #01320B. Grayscale: #DFDFDF. Windows color (decimal): -78348 or 16043518. OLE color: 16043518.
HSL color Cylindrical-coordinate representation of color #FECDF4: hue angle of 312.24º 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 #FECDF4 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 244 | - |
CMYK | 0 | 0.19 | 0.04 | 0.00 |
HSL | 312.24º | 0.96% | 0.9% | - |
HSV(B) | 312.24º | 0.19% | 1% | - |
XYZ | 79.03 | 71.27 | 95.18 | - |
YUV | 224.1 | 139.23 | 149.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 244 | 0 | 0.19 | 0.04 | 0.00 | 312.24 | 0.96 | 0.9 |
Hex | FE | CD | F4 | 0 | 13 | 4 | 0 | 138 | 60 | 5A |
Octal | 376 | 315 | 364 | 0 | 23 | 4 | 0 | 470 | 140 | 132 |
Binary | 11111110 | 11001101 | 11110100 | 0 | 10011 | 100 | 0 | 100111000 | 1100000 | 1011010 |
Color Harmonies of #FECDF4
Complementary color
Monochromatic Colors of #FECDF4
Black with #FECDF4
Text Example
Text Example
White with #FECDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDF4; }
p { color: rgb(254,205,244); }
H1.HeaderClassName
{
color: #FECDF4;
}
.AnyTagClassName
{
color: #FECDF4;
}
</style>
background-color css
<style>
a { background-color: #FECDF4; }
a { background-color: rgb(254,205,244); }
div.DivClassName
{
background-color: #FECDF4;
}
.BgClassName
{
background-color: #FECDF4;
}
</style>
border-color css
<style>
span { border-color: #FECDF4; }
span { border-color: rgb(254,205,244); }
td.TdClassName
{
border-color: #FECDF4;
}
.TagClassName
{
border-color: #FECDF4;
}
</style>