Shades of Snuff #FED3F8
Tints of Snuff #FED3F8
RGB
CMYK
RGB Variations
Color information
#FED3F8 (or 0xFED3F8) is known color: Snuff. HEX triplet: FE, D3 and F8. RGB value is (254,211,248). Sum of RGB (Red+Green+Blue) = 254+211+248=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 211 (82.81% from 255 or 29.59% from 713); Blue value is 248 (97.27% from 255 or 34.78% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3F8 is #012C07. Grayscale: #E3E3E3. Windows color (decimal): -76808 or 16307198. OLE color: 16307198.
HSL color Cylindrical-coordinate representation of color #FED3F8: hue angle of 308.37º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED3F8 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 248 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.00 |
| HSL | 308.37º | 0.96% | 0.91% | - |
| HSV(B) | 308.37º | 0.17% | 1% | - |
| XYZ | 81.11 | 74.44 | 98.9 | - |
| YUV | 228.08 | 139.25 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 248 | 0 | 0.17 | 0.02 | 0.00 | 308.37 | 0.96 | 0.91 |
| Hex | FE | D3 | F8 | 0 | 11 | 2 | 0 | 134 | 60 | 5B |
| Octal | 376 | 323 | 370 | 0 | 21 | 2 | 0 | 464 | 140 | 133 |
| Binary | 11111110 | 11010011 | 11111000 | 0 | 10001 | 10 | 0 | 100110100 | 1100000 | 1011011 |
Color Harmonies of #FED3F8
Complementary color
Monochromatic Colors of #FED3F8
Black with #FED3F8
Text Example
Text Example
White with #FED3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3F8; }
p { color: rgb(254,211,248); }
H1.HeaderClassName
{
color: #FED3F8;
}
.AnyTagClassName
{
color: #FED3F8;
}
</style>
background-color css
<style>
a { background-color: #FED3F8; }
a { background-color: rgb(254,211,248); }
div.DivClassName
{
background-color: #FED3F8;
}
.BgClassName
{
background-color: #FED3F8;
}
</style>
border-color css
<style>
span { border-color: #FED3F8; }
span { border-color: rgb(254,211,248); }
td.TdClassName
{
border-color: #FED3F8;
}
.TagClassName
{
border-color: #FED3F8;
}
</style>