Shades of Snuff #FED6F5
Tints of Snuff #FED6F5
RGB
CMYK
RGB Variations
Color information
#FED6F5 (or 0xFED6F5) is known color: Snuff. HEX triplet: FE, D6 and F5. RGB value is (254,214,245). Sum of RGB (Red+Green+Blue) = 254+214+245=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 214 (83.98% from 255 or 30.01% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6F5 is #01290A. Grayscale: #E5E5E5. Windows color (decimal): -76043 or 16111358. OLE color: 16111358.
HSL color Cylindrical-coordinate representation of color #FED6F5: hue angle of 313.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6F5 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 245 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.00 |
| HSL | 313.5º | 0.95% | 0.92% | - |
| HSV(B) | 313.5º | 0.16% | 1% | - |
| XYZ | 81.4 | 75.76 | 96.72 | - |
| YUV | 229.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 245 | 0 | 0.16 | 0.04 | 0.00 | 313.5 | 0.95 | 0.92 |
| Hex | FE | D6 | F5 | 0 | 10 | 4 | 0 | 13A | 5F | 5C |
| Octal | 376 | 326 | 365 | 0 | 20 | 4 | 0 | 472 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11110101 | 0 | 10000 | 100 | 0 | 100111010 | 1011111 | 1011100 |
Color Harmonies of #FED6F5
Complementary color
Monochromatic Colors of #FED6F5
Black with #FED6F5
Text Example
Text Example
White with #FED6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6F5; }
p { color: rgb(254,214,245); }
H1.HeaderClassName
{
color: #FED6F5;
}
.AnyTagClassName
{
color: #FED6F5;
}
</style>
background-color css
<style>
a { background-color: #FED6F5; }
a { background-color: rgb(254,214,245); }
div.DivClassName
{
background-color: #FED6F5;
}
.BgClassName
{
background-color: #FED6F5;
}
</style>
border-color css
<style>
span { border-color: #FED6F5; }
span { border-color: rgb(254,214,245); }
td.TdClassName
{
border-color: #FED6F5;
}
.TagClassName
{
border-color: #FED6F5;
}
</style>