Shades of Snuff #FED1FD
Tints of Snuff #FED1FD
RGB
CMYK
RGB Variations
Color information
#FED1FD (or 0xFED1FD) is known color: Snuff. HEX triplet: FE, D1 and FD. RGB value is (254,209,253). Sum of RGB (Red+Green+Blue) = 254+209+253=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 209 (82.03% from 255 or 29.19% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1FD is #012E02. Grayscale: #E3E3E3. Windows color (decimal): -77315 or 16634366. OLE color: 16634366.
HSL color Cylindrical-coordinate representation of color #FED1FD: hue angle of 301.33º 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 #FED1FD is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 253 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.00 |
| HSL | 301.33º | 0.96% | 0.91% | - |
| HSV(B) | 301.33º | 0.18% | 1% | - |
| XYZ | 81.4 | 73.76 | 102.88 | - |
| YUV | 227.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 253 | 0 | 0.18 | 0.00 | 0.00 | 301.33 | 0.96 | 0.91 |
| Hex | FE | D1 | FD | 0 | 12 | 0 | 0 | 12D | 60 | 5B |
| Octal | 376 | 321 | 375 | 0 | 22 | 0 | 0 | 455 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11111101 | 0 | 10010 | 0 | 0 | 100101101 | 1100000 | 1011011 |
Color Harmonies of #FED1FD
Complementary color
Monochromatic Colors of #FED1FD
Black with #FED1FD
Text Example
Text Example
White with #FED1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1FD; }
p { color: rgb(254,209,253); }
H1.HeaderClassName
{
color: #FED1FD;
}
.AnyTagClassName
{
color: #FED1FD;
}
</style>
background-color css
<style>
a { background-color: #FED1FD; }
a { background-color: rgb(254,209,253); }
div.DivClassName
{
background-color: #FED1FD;
}
.BgClassName
{
background-color: #FED1FD;
}
</style>
border-color css
<style>
span { border-color: #FED1FD; }
span { border-color: rgb(254,209,253); }
td.TdClassName
{
border-color: #FED1FD;
}
.TagClassName
{
border-color: #FED1FD;
}
</style>