Shades of Snuff #FED3FD
Tints of Snuff #FED3FD
RGB
CMYK
RGB Variations
Color information
#FED3FD (or 0xFED3FD) is known color: Snuff. HEX triplet: FE, D3 and FD. RGB value is (254,211,253). Sum of RGB (Red+Green+Blue) = 254+211+253=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 211 (82.81% from 255 or 29.39% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3FD is #012C02. Grayscale: #E4E4E4. Windows color (decimal): -76803 or 16634878. OLE color: 16634878.
HSL color Cylindrical-coordinate representation of color #FED3FD: hue angle of 301.4º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED3FD is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 211 | 253 | - |
CMYK | 0 | 0.17 | 0.00 | 0.00 |
HSL | 301.4º | 0.96% | 0.91% | - |
HSV(B) | 301.4º | 0.17% | 1% | - |
XYZ | 81.9 | 74.75 | 103.04 | - |
YUV | 228.65 | 141.75 | 146.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 211 | 253 | 0 | 0.17 | 0.00 | 0.00 | 301.4 | 0.96 | 0.91 |
Hex | FE | D3 | FD | 0 | 11 | 0 | 0 | 12D | 60 | 5B |
Octal | 376 | 323 | 375 | 0 | 21 | 0 | 0 | 455 | 140 | 133 |
Binary | 11111110 | 11010011 | 11111101 | 0 | 10001 | 0 | 0 | 100101101 | 1100000 | 1011011 |
Color Harmonies of #FED3FD
Complementary color
Monochromatic Colors of #FED3FD
Black with #FED3FD
Text Example
Text Example
White with #FED3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3FD; }
p { color: rgb(254,211,253); }
H1.HeaderClassName
{
color: #FED3FD;
}
.AnyTagClassName
{
color: #FED3FD;
}
</style>
background-color css
<style>
a { background-color: #FED3FD; }
a { background-color: rgb(254,211,253); }
div.DivClassName
{
background-color: #FED3FD;
}
.BgClassName
{
background-color: #FED3FD;
}
</style>
border-color css
<style>
span { border-color: #FED3FD; }
span { border-color: rgb(254,211,253); }
td.TdClassName
{
border-color: #FED3FD;
}
.TagClassName
{
border-color: #FED3FD;
}
</style>