Shades of Snuff #FED0FF
Tints of Snuff #FED0FF
RGB
CMYK
RGB Variations
Color information
#FED0FF (or 0xFED0FF) is known color: Snuff. HEX triplet: FE, D0 and FF. RGB value is (254,208,255). Sum of RGB (Red+Green+Blue) = 254+208+255=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 208 (81.64% from 255 or 29.01% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #FED0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0FF is #012F00. Grayscale: #E2E2E2. Windows color (decimal): -77569 or 16765182. OLE color: 16765182.
HSL color Cylindrical-coordinate representation of color #FED0FF: hue angle of 298.72º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED0FF is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 254 | 208 | 255 | - |
CMYK | 0.00 | 0.18 | 0 | 0 |
HSL | 298.72º | 1% | 0.91% | - |
HSV(B) | 298.72º | 0.18% | 1% | - |
XYZ | 81.48 | 73.4 | 104.48 | - |
YUV | 227.11 | 143.74 | 147.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 208 | 255 | 0.00 | 0.18 | 0 | 0 | 298.72 | 1 | 0.91 |
Hex | FE | D0 | FF | 0 | 12 | 0 | 0 | 12B | 64 | 5B |
Octal | 376 | 320 | 377 | 0 | 22 | 0 | 0 | 453 | 144 | 133 |
Binary | 11111110 | 11010000 | 11111111 | 0 | 10010 | 0 | 0 | 100101011 | 1100100 | 1011011 |
Color Harmonies of #FED0FF
Complementary color
Monochromatic Colors of #FED0FF
Black with #FED0FF
Text Example
Text Example
White with #FED0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0FF; }
p { color: rgb(254,208,255); }
H1.HeaderClassName
{
color: #FED0FF;
}
.AnyTagClassName
{
color: #FED0FF;
}
</style>
background-color css
<style>
a { background-color: #FED0FF; }
a { background-color: rgb(254,208,255); }
div.DivClassName
{
background-color: #FED0FF;
}
.BgClassName
{
background-color: #FED0FF;
}
</style>
border-color css
<style>
span { border-color: #FED0FF; }
span { border-color: rgb(254,208,255); }
td.TdClassName
{
border-color: #FED0FF;
}
.TagClassName
{
border-color: #FED0FF;
}
</style>