Shades of Snuff #FED0FC
Tints of Snuff #FED0FC
RGB
CMYK
RGB Variations
Color information
#FED0FC (or 0xFED0FC) is known color: Snuff. HEX triplet: FE, D0 and FC. RGB value is (254,208,252). Sum of RGB (Red+Green+Blue) = 254+208+252=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 208 (81.64% from 255 or 29.13% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0FC is #012F03. Grayscale: #E2E2E2. Windows color (decimal): -77572 or 16568574. OLE color: 16568574.
HSL color Cylindrical-coordinate representation of color #FED0FC: hue angle of 302.61º 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 #FED0FC is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 252 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.00 |
| HSL | 302.61º | 0.96% | 0.91% | - |
| HSV(B) | 302.61º | 0.18% | 1% | - |
| XYZ | 81 | 73.21 | 101.96 | - |
| YUV | 226.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 252 | 0 | 0.18 | 0.01 | 0.00 | 302.61 | 0.96 | 0.91 |
| Hex | FE | D0 | FC | 0 | 12 | 1 | 0 | 12F | 60 | 5B |
| Octal | 376 | 320 | 374 | 0 | 22 | 1 | 0 | 457 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11111100 | 0 | 10010 | 1 | 0 | 100101111 | 1100000 | 1011011 |
Color Harmonies of #FED0FC
Complementary color
Monochromatic Colors of #FED0FC
Black with #FED0FC
Text Example
Text Example
White with #FED0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0FC; }
p { color: rgb(254,208,252); }
H1.HeaderClassName
{
color: #FED0FC;
}
.AnyTagClassName
{
color: #FED0FC;
}
</style>
background-color css
<style>
a { background-color: #FED0FC; }
a { background-color: rgb(254,208,252); }
div.DivClassName
{
background-color: #FED0FC;
}
.BgClassName
{
background-color: #FED0FC;
}
</style>
border-color css
<style>
span { border-color: #FED0FC; }
span { border-color: rgb(254,208,252); }
td.TdClassName
{
border-color: #FED0FC;
}
.TagClassName
{
border-color: #FED0FC;
}
</style>