Shades of Snuff #FED7FB
Tints of Snuff #FED7FB
RGB
CMYK
RGB Variations
Color information
#FED7FB (or 0xFED7FB) is known color: Snuff. HEX triplet: FE, D7 and FB. RGB value is (254,215,251). Sum of RGB (Red+Green+Blue) = 254+215+251=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 215 (84.38% from 255 or 29.86% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7FB is #012804. Grayscale: #E6E6E6. Windows color (decimal): -75781 or 16504830. OLE color: 16504830.
HSL color Cylindrical-coordinate representation of color #FED7FB: hue angle of 304.62º 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 #FED7FB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 251 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.00 |
| HSL | 304.62º | 0.95% | 0.92% | - |
| HSV(B) | 304.62º | 0.15% | 1% | - |
| XYZ | 82.59 | 76.64 | 101.71 | - |
| YUV | 230.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 251 | 0 | 0.15 | 0.01 | 0.00 | 304.62 | 0.95 | 0.92 |
| Hex | FE | D7 | FB | 0 | F | 1 | 0 | 131 | 5F | 5C |
| Octal | 376 | 327 | 373 | 0 | 17 | 1 | 0 | 461 | 137 | 134 |
| Binary | 11111110 | 11010111 | 11111011 | 0 | 1111 | 1 | 0 | 100110001 | 1011111 | 1011100 |
Color Harmonies of #FED7FB
Complementary color
Monochromatic Colors of #FED7FB
Black with #FED7FB
Text Example
Text Example
White with #FED7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7FB; }
p { color: rgb(254,215,251); }
H1.HeaderClassName
{
color: #FED7FB;
}
.AnyTagClassName
{
color: #FED7FB;
}
</style>
background-color css
<style>
a { background-color: #FED7FB; }
a { background-color: rgb(254,215,251); }
div.DivClassName
{
background-color: #FED7FB;
}
.BgClassName
{
background-color: #FED7FB;
}
</style>
border-color css
<style>
span { border-color: #FED7FB; }
span { border-color: rgb(254,215,251); }
td.TdClassName
{
border-color: #FED7FB;
}
.TagClassName
{
border-color: #FED7FB;
}
</style>