Shades of Snuff #FED0F8
Tints of Snuff #FED0F8
RGB
CMYK
RGB Variations
Color information
#FED0F8 (or 0xFED0F8) is known color: Snuff. HEX triplet: FE, D0 and F8. RGB value is (254,208,248). Sum of RGB (Red+Green+Blue) = 254+208+248=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 208 (81.64% from 255 or 29.30% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0F8 is #012F07. Grayscale: #E2E2E2. Windows color (decimal): -77576 or 16306430. OLE color: 16306430.
HSL color Cylindrical-coordinate representation of color #FED0F8: hue angle of 307.83º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED0F8 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 248 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.00 |
| HSL | 307.83º | 0.96% | 0.91% | - |
| HSV(B) | 307.83º | 0.18% | 1% | - |
| XYZ | 80.37 | 72.96 | 98.65 | - |
| YUV | 226.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 248 | 0 | 0.18 | 0.02 | 0.00 | 307.83 | 0.96 | 0.91 |
| Hex | FE | D0 | F8 | 0 | 12 | 2 | 0 | 134 | 60 | 5B |
| Octal | 376 | 320 | 370 | 0 | 22 | 2 | 0 | 464 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11111000 | 0 | 10010 | 10 | 0 | 100110100 | 1100000 | 1011011 |
Color Harmonies of #FED0F8
Complementary color
Monochromatic Colors of #FED0F8
Black with #FED0F8
Text Example
Text Example
White with #FED0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0F8; }
p { color: rgb(254,208,248); }
H1.HeaderClassName
{
color: #FED0F8;
}
.AnyTagClassName
{
color: #FED0F8;
}
</style>
background-color css
<style>
a { background-color: #FED0F8; }
a { background-color: rgb(254,208,248); }
div.DivClassName
{
background-color: #FED0F8;
}
.BgClassName
{
background-color: #FED0F8;
}
</style>
border-color css
<style>
span { border-color: #FED0F8; }
span { border-color: rgb(254,208,248); }
td.TdClassName
{
border-color: #FED0F8;
}
.TagClassName
{
border-color: #FED0F8;
}
</style>