Shades of Snuff #FEDDF8
Tints of Snuff #FEDDF8
RGB
CMYK
RGB Variations
Color information
#FEDDF8 (or 0xFEDDF8) is known color: Snuff. HEX triplet: FE, DD and F8. RGB value is (254,221,248). Sum of RGB (Red+Green+Blue) = 254+221+248=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 221 (86.72% from 255 or 30.57% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF8 is #012207. Grayscale: #E9E9E9. Windows color (decimal): -74248 or 16309758. OLE color: 16309758.
HSL color Cylindrical-coordinate representation of color #FEDDF8: hue angle of 310.91º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDF8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 248 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.00 |
| HSL | 310.91º | 0.94% | 0.93% | - |
| HSV(B) | 310.91º | 0.13% | 1% | - |
| XYZ | 83.67 | 79.56 | 99.75 | - |
| YUV | 233.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 248 | 0 | 0.13 | 0.02 | 0.00 | 310.91 | 0.94 | 0.93 |
| Hex | FE | DD | F8 | 0 | D | 2 | 0 | 137 | 5E | 5D |
| Octal | 376 | 335 | 370 | 0 | 15 | 2 | 0 | 467 | 136 | 135 |
| Binary | 11111110 | 11011101 | 11111000 | 0 | 1101 | 10 | 0 | 100110111 | 1011110 | 1011101 |
Color Harmonies of #FEDDF8
Complementary color
Monochromatic Colors of #FEDDF8
Black with #FEDDF8
Text Example
Text Example
White with #FEDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDF8; }
p { color: rgb(254,221,248); }
H1.HeaderClassName
{
color: #FEDDF8;
}
.AnyTagClassName
{
color: #FEDDF8;
}
</style>
background-color css
<style>
a { background-color: #FEDDF8; }
a { background-color: rgb(254,221,248); }
div.DivClassName
{
background-color: #FEDDF8;
}
.BgClassName
{
background-color: #FEDDF8;
}
</style>
border-color css
<style>
span { border-color: #FEDDF8; }
span { border-color: rgb(254,221,248); }
td.TdClassName
{
border-color: #FEDDF8;
}
.TagClassName
{
border-color: #FEDDF8;
}
</style>