Shades of Snuff #FED0F4
Tints of Snuff #FED0F4
RGB
CMYK
RGB Variations
Color information
#FED0F4 (or 0xFED0F4) is known color: Snuff. HEX triplet: FE, D0 and F4. RGB value is (254,208,244). Sum of RGB (Red+Green+Blue) = 254+208+244=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 208 (81.64% from 255 or 29.46% from 706); Blue value is 244 (95.70% from 255 or 34.56% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0F4 is #012F0B. Grayscale: #E1E1E1. Windows color (decimal): -77580 or 16044286. OLE color: 16044286.
HSL color Cylindrical-coordinate representation of color #FED0F4: hue angle of 313.04º 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 #FED0F4 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 244 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.00 |
| HSL | 313.04º | 0.96% | 0.91% | - |
| HSV(B) | 313.04º | 0.18% | 1% | - |
| XYZ | 79.76 | 72.71 | 95.42 | - |
| YUV | 225.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 244 | 0 | 0.18 | 0.04 | 0.00 | 313.04 | 0.96 | 0.91 |
| Hex | FE | D0 | F4 | 0 | 12 | 4 | 0 | 139 | 60 | 5B |
| Octal | 376 | 320 | 364 | 0 | 22 | 4 | 0 | 471 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11110100 | 0 | 10010 | 100 | 0 | 100111001 | 1100000 | 1011011 |
Color Harmonies of #FED0F4
Complementary color
Monochromatic Colors of #FED0F4
Black with #FED0F4
Text Example
Text Example
White with #FED0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0F4; }
p { color: rgb(254,208,244); }
H1.HeaderClassName
{
color: #FED0F4;
}
.AnyTagClassName
{
color: #FED0F4;
}
</style>
background-color css
<style>
a { background-color: #FED0F4; }
a { background-color: rgb(254,208,244); }
div.DivClassName
{
background-color: #FED0F4;
}
.BgClassName
{
background-color: #FED0F4;
}
</style>
border-color css
<style>
span { border-color: #FED0F4; }
span { border-color: rgb(254,208,244); }
td.TdClassName
{
border-color: #FED0F4;
}
.TagClassName
{
border-color: #FED0F4;
}
</style>