Shades of Snuff #FED0FB
Tints of Snuff #FED0FB
RGB
CMYK
RGB Variations
Color information
#FED0FB (or 0xFED0FB) is known color: Snuff. HEX triplet: FE, D0 and FB. RGB value is (254,208,251). Sum of RGB (Red+Green+Blue) = 254+208+251=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 208 (81.64% from 255 or 29.17% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0FB is #012F04. Grayscale: #E2E2E2. Windows color (decimal): -77573 or 16503038. OLE color: 16503038.
HSL color Cylindrical-coordinate representation of color #FED0FB: hue angle of 303.91º 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 #FED0FB is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 251 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.00 |
| HSL | 303.91º | 0.96% | 0.91% | - |
| HSV(B) | 303.91º | 0.18% | 1% | - |
| XYZ | 80.84 | 73.15 | 101.12 | - |
| YUV | 226.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 251 | 0 | 0.18 | 0.01 | 0.00 | 303.91 | 0.96 | 0.91 |
| Hex | FE | D0 | FB | 0 | 12 | 1 | 0 | 130 | 60 | 5B |
| Octal | 376 | 320 | 373 | 0 | 22 | 1 | 0 | 460 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11111011 | 0 | 10010 | 1 | 0 | 100110000 | 1100000 | 1011011 |
Color Harmonies of #FED0FB
Complementary color
Monochromatic Colors of #FED0FB
Black with #FED0FB
Text Example
Text Example
White with #FED0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0FB; }
p { color: rgb(254,208,251); }
H1.HeaderClassName
{
color: #FED0FB;
}
.AnyTagClassName
{
color: #FED0FB;
}
</style>
background-color css
<style>
a { background-color: #FED0FB; }
a { background-color: rgb(254,208,251); }
div.DivClassName
{
background-color: #FED0FB;
}
.BgClassName
{
background-color: #FED0FB;
}
</style>
border-color css
<style>
span { border-color: #FED0FB; }
span { border-color: rgb(254,208,251); }
td.TdClassName
{
border-color: #FED0FB;
}
.TagClassName
{
border-color: #FED0FB;
}
</style>