Shades of Snuff #FED1FA
Tints of Snuff #FED1FA
RGB
CMYK
RGB Variations
Color information
#FED1FA (or 0xFED1FA) is known color: Snuff. HEX triplet: FE, D1 and FA. RGB value is (254,209,250). Sum of RGB (Red+Green+Blue) = 254+209+250=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 209 (82.03% from 255 or 29.31% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1FA is #012E05. Grayscale: #E3E3E3. Windows color (decimal): -77318 or 16437758. OLE color: 16437758.
HSL color Cylindrical-coordinate representation of color #FED1FA: hue angle of 305.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 #FED1FA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 250 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.00 |
| HSL | 305.33º | 0.96% | 0.91% | - |
| HSV(B) | 305.33º | 0.18% | 1% | - |
| XYZ | 80.93 | 73.57 | 100.38 | - |
| YUV | 227.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 250 | 0 | 0.18 | 0.02 | 0.00 | 305.33 | 0.96 | 0.91 |
| Hex | FE | D1 | FA | 0 | 12 | 2 | 0 | 131 | 60 | 5B |
| Octal | 376 | 321 | 372 | 0 | 22 | 2 | 0 | 461 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11111010 | 0 | 10010 | 10 | 0 | 100110001 | 1100000 | 1011011 |
Color Harmonies of #FED1FA
Complementary color
Monochromatic Colors of #FED1FA
Black with #FED1FA
Text Example
Text Example
White with #FED1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1FA; }
p { color: rgb(254,209,250); }
H1.HeaderClassName
{
color: #FED1FA;
}
.AnyTagClassName
{
color: #FED1FA;
}
</style>
background-color css
<style>
a { background-color: #FED1FA; }
a { background-color: rgb(254,209,250); }
div.DivClassName
{
background-color: #FED1FA;
}
.BgClassName
{
background-color: #FED1FA;
}
</style>
border-color css
<style>
span { border-color: #FED1FA; }
span { border-color: rgb(254,209,250); }
td.TdClassName
{
border-color: #FED1FA;
}
.TagClassName
{
border-color: #FED1FA;
}
</style>