Shades of Snuff #FED8FB
Tints of Snuff #FED8FB
RGB
CMYK
RGB Variations
Color information
#FED8FB (or 0xFED8FB) is known color: Snuff. HEX triplet: FE, D8 and FB. RGB value is (254,216,251). Sum of RGB (Red+Green+Blue) = 254+216+251=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 216 (84.77% from 255 or 29.96% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8FB is #012704. Grayscale: #E7E7E7. Windows color (decimal): -75525 or 16505086. OLE color: 16505086.
HSL color Cylindrical-coordinate representation of color #FED8FB: hue angle of 304.74º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED8FB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 251 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.00 |
| HSL | 304.74º | 0.95% | 0.92% | - |
| HSV(B) | 304.74º | 0.15% | 1% | - |
| XYZ | 82.84 | 77.15 | 101.79 | - |
| YUV | 231.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 251 | 0 | 0.15 | 0.01 | 0.00 | 304.74 | 0.95 | 0.92 |
| Hex | FE | D8 | FB | 0 | F | 1 | 0 | 131 | 5F | 5C |
| Octal | 376 | 330 | 373 | 0 | 17 | 1 | 0 | 461 | 137 | 134 |
| Binary | 11111110 | 11011000 | 11111011 | 0 | 1111 | 1 | 0 | 100110001 | 1011111 | 1011100 |
Color Harmonies of #FED8FB
Complementary color
Monochromatic Colors of #FED8FB
Black with #FED8FB
Text Example
Text Example
White with #FED8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED8FB; }
p { color: rgb(254,216,251); }
H1.HeaderClassName
{
color: #FED8FB;
}
.AnyTagClassName
{
color: #FED8FB;
}
</style>
background-color css
<style>
a { background-color: #FED8FB; }
a { background-color: rgb(254,216,251); }
div.DivClassName
{
background-color: #FED8FB;
}
.BgClassName
{
background-color: #FED8FB;
}
</style>
border-color css
<style>
span { border-color: #FED8FB; }
span { border-color: rgb(254,216,251); }
td.TdClassName
{
border-color: #FED8FB;
}
.TagClassName
{
border-color: #FED8FB;
}
</style>