Shades of Snuff #FED0FE
Tints of Snuff #FED0FE
RGB
CMYK
RGB Variations
Color information
#FED0FE (or 0xFED0FE) is known color: Snuff. HEX triplet: FE, D0 and FE. RGB value is (254,208,254). Sum of RGB (Red+Green+Blue) = 254+208+254=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 208 (81.64% from 255 or 29.05% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FED0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0FE is #012F01. Grayscale: #E2E2E2. Windows color (decimal): -77570 or 16699646. OLE color: 16699646.
HSL color Cylindrical-coordinate representation of color #FED0FE: hue angle of 300º 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 #FED0FE is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 254 | - |
| CMYK | 0 | 0.18 | 0 | 0.00 |
| HSL | 300º | 0.96% | 0.91% | - |
| HSV(B) | 300º | 0.18% | 1% | - |
| XYZ | 81.32 | 73.34 | 103.64 | - |
| YUV | 227 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 254 | 0 | 0.18 | 0 | 0.00 | 300 | 0.96 | 0.91 |
| Hex | FE | D0 | FE | 0 | 12 | 0 | 0 | 12C | 60 | 5B |
| Octal | 376 | 320 | 376 | 0 | 22 | 0 | 0 | 454 | 140 | 133 |
| Binary | 11111110 | 11010000 | 11111110 | 0 | 10010 | 0 | 0 | 100101100 | 1100000 | 1011011 |
Color Harmonies of #FED0FE
Complementary color
Monochromatic Colors of #FED0FE
Black with #FED0FE
Text Example
Text Example
White with #FED0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0FE; }
p { color: rgb(254,208,254); }
H1.HeaderClassName
{
color: #FED0FE;
}
.AnyTagClassName
{
color: #FED0FE;
}
</style>
background-color css
<style>
a { background-color: #FED0FE; }
a { background-color: rgb(254,208,254); }
div.DivClassName
{
background-color: #FED0FE;
}
.BgClassName
{
background-color: #FED0FE;
}
</style>
border-color css
<style>
span { border-color: #FED0FE; }
span { border-color: rgb(254,208,254); }
td.TdClassName
{
border-color: #FED0FE;
}
.TagClassName
{
border-color: #FED0FE;
}
</style>