Shades of Snuff #FED1FC
Tints of Snuff #FED1FC
RGB
CMYK
RGB Variations
Color information
#FED1FC (or 0xFED1FC) is known color: Snuff. HEX triplet: FE, D1 and FC. RGB value is (254,209,252). Sum of RGB (Red+Green+Blue) = 254+209+252=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 209 (82.03% from 255 or 29.23% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1FC is #012E03. Grayscale: #E3E3E3. Windows color (decimal): -77316 or 16568830. OLE color: 16568830.
HSL color Cylindrical-coordinate representation of color #FED1FC: hue angle of 302.67º 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 #FED1FC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 252 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.00 |
| HSL | 302.67º | 0.96% | 0.91% | - |
| HSV(B) | 302.67º | 0.18% | 1% | - |
| XYZ | 81.24 | 73.7 | 102.04 | - |
| YUV | 227.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 252 | 0 | 0.18 | 0.01 | 0.00 | 302.67 | 0.96 | 0.91 |
| Hex | FE | D1 | FC | 0 | 12 | 1 | 0 | 12F | 60 | 5B |
| Octal | 376 | 321 | 374 | 0 | 22 | 1 | 0 | 457 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11111100 | 0 | 10010 | 1 | 0 | 100101111 | 1100000 | 1011011 |
Color Harmonies of #FED1FC
Complementary color
Monochromatic Colors of #FED1FC
Black with #FED1FC
Text Example
Text Example
White with #FED1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1FC; }
p { color: rgb(254,209,252); }
H1.HeaderClassName
{
color: #FED1FC;
}
.AnyTagClassName
{
color: #FED1FC;
}
</style>
background-color css
<style>
a { background-color: #FED1FC; }
a { background-color: rgb(254,209,252); }
div.DivClassName
{
background-color: #FED1FC;
}
.BgClassName
{
background-color: #FED1FC;
}
</style>
border-color css
<style>
span { border-color: #FED1FC; }
span { border-color: rgb(254,209,252); }
td.TdClassName
{
border-color: #FED1FC;
}
.TagClassName
{
border-color: #FED1FC;
}
</style>