Shades of Snuff #FED0F9
Tints of Snuff #FED0F9
RGB
CMYK
RGB Variations
Color information
#FED0F9 (or 0xFED0F9) is known color: Snuff. HEX triplet: FE, D0 and F9. RGB value is (254,208,249). Sum of RGB (Red+Green+Blue) = 254+208+249=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 208 (81.64% from 255 or 29.25% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0F9 is #012F06. Grayscale: #E2E2E2. Windows color (decimal): -77575 or 16371966. OLE color: 16371966.
HSL color Cylindrical-coordinate representation of color #FED0F9: hue angle of 306.52º 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 #FED0F9 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 249 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.00 |
| HSL | 306.52º | 0.96% | 0.91% | - |
| HSV(B) | 306.52º | 0.18% | 1% | - |
| XYZ | 80.53 | 73.02 | 99.47 | - |
| YUV | 226.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 249 | 0 | 0.18 | 0.02 | 0.00 | 306.52 | 0.96 | 0.91 |
| Hex | FE | D0 | F9 | 0 | 12 | 2 | 0 | 133 | 60 | 5B |
| Octal | 376 | 320 | 371 | 0 | 22 | 2 | 0 | 463 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11111001 | 0 | 10010 | 10 | 0 | 100110011 | 1100000 | 1011011 |
Color Harmonies of #FED0F9
Complementary color
Monochromatic Colors of #FED0F9
Black with #FED0F9
Text Example
Text Example
White with #FED0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0F9; }
p { color: rgb(254,208,249); }
H1.HeaderClassName
{
color: #FED0F9;
}
.AnyTagClassName
{
color: #FED0F9;
}
</style>
background-color css
<style>
a { background-color: #FED0F9; }
a { background-color: rgb(254,208,249); }
div.DivClassName
{
background-color: #FED0F9;
}
.BgClassName
{
background-color: #FED0F9;
}
</style>
border-color css
<style>
span { border-color: #FED0F9; }
span { border-color: rgb(254,208,249); }
td.TdClassName
{
border-color: #FED0F9;
}
.TagClassName
{
border-color: #FED0F9;
}
</style>