Shades of Snuff #FEDAF8
Tints of Snuff #FEDAF8
RGB
CMYK
RGB Variations
Color information
#FEDAF8 (or 0xFEDAF8) is known color: Snuff. HEX triplet: FE, DA and F8. RGB value is (254,218,248). Sum of RGB (Red+Green+Blue) = 254+218+248=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 218 (85.55% from 255 or 30.28% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF8 is #012507. Grayscale: #E8E8E8. Windows color (decimal): -75016 or 16308990. OLE color: 16308990.
HSL color Cylindrical-coordinate representation of color #FEDAF8: hue angle of 310º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDAF8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 248 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.00 |
| HSL | 310º | 0.95% | 0.93% | - |
| HSV(B) | 310º | 0.14% | 1% | - |
| XYZ | 82.89 | 77.99 | 99.49 | - |
| YUV | 232.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 248 | 0 | 0.14 | 0.02 | 0.00 | 310 | 0.95 | 0.93 |
| Hex | FE | DA | F8 | 0 | E | 2 | 0 | 136 | 5F | 5D |
| Octal | 376 | 332 | 370 | 0 | 16 | 2 | 0 | 466 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11111000 | 0 | 1110 | 10 | 0 | 100110110 | 1011111 | 1011101 |
Color Harmonies of #FEDAF8
Complementary color
Monochromatic Colors of #FEDAF8
Black with #FEDAF8
Text Example
Text Example
White with #FEDAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAF8; }
p { color: rgb(254,218,248); }
H1.HeaderClassName
{
color: #FEDAF8;
}
.AnyTagClassName
{
color: #FEDAF8;
}
</style>
background-color css
<style>
a { background-color: #FEDAF8; }
a { background-color: rgb(254,218,248); }
div.DivClassName
{
background-color: #FEDAF8;
}
.BgClassName
{
background-color: #FEDAF8;
}
</style>
border-color css
<style>
span { border-color: #FEDAF8; }
span { border-color: rgb(254,218,248); }
td.TdClassName
{
border-color: #FEDAF8;
}
.TagClassName
{
border-color: #FEDAF8;
}
</style>