Shades of Snuff #FED4F8
Tints of Snuff #FED4F8
RGB
CMYK
RGB Variations
Color information
#FED4F8 (or 0xFED4F8) is known color: Snuff. HEX triplet: FE, D4 and F8. RGB value is (254,212,248). Sum of RGB (Red+Green+Blue) = 254+212+248=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 212 (83.20% from 255 or 29.69% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F8 is #012B07. Grayscale: #E4E4E4. Windows color (decimal): -76552 or 16307454. OLE color: 16307454.
HSL color Cylindrical-coordinate representation of color #FED4F8: hue angle of 308.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4F8 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 248 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.00 |
| HSL | 308.57º | 0.95% | 0.91% | - |
| HSV(B) | 308.57º | 0.17% | 1% | - |
| XYZ | 81.36 | 74.94 | 98.98 | - |
| YUV | 228.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 248 | 0 | 0.17 | 0.02 | 0.00 | 308.57 | 0.95 | 0.91 |
| Hex | FE | D4 | F8 | 0 | 11 | 2 | 0 | 135 | 5F | 5B |
| Octal | 376 | 324 | 370 | 0 | 21 | 2 | 0 | 465 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11111000 | 0 | 10001 | 10 | 0 | 100110101 | 1011111 | 1011011 |
Color Harmonies of #FED4F8
Complementary color
Monochromatic Colors of #FED4F8
Black with #FED4F8
Text Example
Text Example
White with #FED4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4F8; }
p { color: rgb(254,212,248); }
H1.HeaderClassName
{
color: #FED4F8;
}
.AnyTagClassName
{
color: #FED4F8;
}
</style>
background-color css
<style>
a { background-color: #FED4F8; }
a { background-color: rgb(254,212,248); }
div.DivClassName
{
background-color: #FED4F8;
}
.BgClassName
{
background-color: #FED4F8;
}
</style>
border-color css
<style>
span { border-color: #FED4F8; }
span { border-color: rgb(254,212,248); }
td.TdClassName
{
border-color: #FED4F8;
}
.TagClassName
{
border-color: #FED4F8;
}
</style>