Shades of Snuff #FED4F7
Tints of Snuff #FED4F7
RGB
CMYK
RGB Variations
Color information
#FED4F7 (or 0xFED4F7) is known color: Snuff. HEX triplet: FE, D4 and F7. RGB value is (254,212,247). Sum of RGB (Red+Green+Blue) = 254+212+247=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 212 (83.20% from 255 or 29.73% from 713); Blue value is 247 (96.88% from 255 or 34.64% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F7 is #012B08. Grayscale: #E4E4E4. Windows color (decimal): -76553 or 16241918. OLE color: 16241918.
HSL color Cylindrical-coordinate representation of color #FED4F7: hue angle of 310º 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 #FED4F7 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 247 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.00 |
| HSL | 310º | 0.95% | 0.91% | - |
| HSV(B) | 310º | 0.17% | 1% | - |
| XYZ | 81.21 | 74.87 | 98.17 | - |
| YUV | 228.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 247 | 0 | 0.17 | 0.03 | 0.00 | 310 | 0.95 | 0.91 |
| Hex | FE | D4 | F7 | 0 | 11 | 3 | 0 | 136 | 5F | 5B |
| Octal | 376 | 324 | 367 | 0 | 21 | 3 | 0 | 466 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11110111 | 0 | 10001 | 11 | 0 | 100110110 | 1011111 | 1011011 |
Color Harmonies of #FED4F7
Complementary color
Monochromatic Colors of #FED4F7
Black with #FED4F7
Text Example
Text Example
White with #FED4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4F7; }
p { color: rgb(254,212,247); }
H1.HeaderClassName
{
color: #FED4F7;
}
.AnyTagClassName
{
color: #FED4F7;
}
</style>
background-color css
<style>
a { background-color: #FED4F7; }
a { background-color: rgb(254,212,247); }
div.DivClassName
{
background-color: #FED4F7;
}
.BgClassName
{
background-color: #FED4F7;
}
</style>
border-color css
<style>
span { border-color: #FED4F7; }
span { border-color: rgb(254,212,247); }
td.TdClassName
{
border-color: #FED4F7;
}
.TagClassName
{
border-color: #FED4F7;
}
</style>