Shades of Snuff #FED0FD
Tints of Snuff #FED0FD
RGB
CMYK
RGB Variations
Color information
#FED0FD (or 0xFED0FD) is known color: Snuff. HEX triplet: FE, D0 and FD. RGB value is (254,208,253). Sum of RGB (Red+Green+Blue) = 254+208+253=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 208 (81.64% from 255 or 29.09% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0FD is #012F02. Grayscale: #E2E2E2. Windows color (decimal): -77571 or 16634110. OLE color: 16634110.
HSL color Cylindrical-coordinate representation of color #FED0FD: hue angle of 301.3º 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 #FED0FD is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 253 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.00 |
| HSL | 301.3º | 0.96% | 0.91% | - |
| HSV(B) | 301.3º | 0.18% | 1% | - |
| XYZ | 81.16 | 73.27 | 102.79 | - |
| YUV | 226.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 253 | 0 | 0.18 | 0.00 | 0.00 | 301.3 | 0.96 | 0.91 |
| Hex | FE | D0 | FD | 0 | 12 | 0 | 0 | 12D | 60 | 5B |
| Octal | 376 | 320 | 375 | 0 | 22 | 0 | 0 | 455 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11111101 | 0 | 10010 | 0 | 0 | 100101101 | 1100000 | 1011011 |
Color Harmonies of #FED0FD
Complementary color
Monochromatic Colors of #FED0FD
Black with #FED0FD
Text Example
Text Example
White with #FED0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0FD; }
p { color: rgb(254,208,253); }
H1.HeaderClassName
{
color: #FED0FD;
}
.AnyTagClassName
{
color: #FED0FD;
}
</style>
background-color css
<style>
a { background-color: #FED0FD; }
a { background-color: rgb(254,208,253); }
div.DivClassName
{
background-color: #FED0FD;
}
.BgClassName
{
background-color: #FED0FD;
}
</style>
border-color css
<style>
span { border-color: #FED0FD; }
span { border-color: rgb(254,208,253); }
td.TdClassName
{
border-color: #FED0FD;
}
.TagClassName
{
border-color: #FED0FD;
}
</style>