Shades of Snuff #FED3FE
Tints of Snuff #FED3FE
RGB
CMYK
RGB Variations
Color information
#FED3FE (or 0xFED3FE) is known color: Snuff. HEX triplet: FE, D3 and FE. RGB value is (254,211,254). Sum of RGB (Red+Green+Blue) = 254+211+254=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 211 (82.81% from 255 or 29.35% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FED3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3FE is #012C01. Grayscale: #E4E4E4. Windows color (decimal): -76802 or 16700414. OLE color: 16700414.
HSL color Cylindrical-coordinate representation of color #FED3FE: hue angle of 300º 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 #FED3FE is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 254 | - |
| CMYK | 0 | 0.17 | 0 | 0.00 |
| HSL | 300º | 0.96% | 0.91% | - |
| HSV(B) | 300º | 0.17% | 1% | - |
| XYZ | 82.06 | 74.82 | 103.88 | - |
| YUV | 228.76 | 142.25 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 254 | 0 | 0.17 | 0 | 0.00 | 300 | 0.96 | 0.91 |
| Hex | FE | D3 | FE | 0 | 11 | 0 | 0 | 12C | 60 | 5B |
| Octal | 376 | 323 | 376 | 0 | 21 | 0 | 0 | 454 | 140 | 133 |
| Binary | 11111110 | 11010011 | 11111110 | 0 | 10001 | 0 | 0 | 100101100 | 1100000 | 1011011 |
Color Harmonies of #FED3FE
Complementary color
Monochromatic Colors of #FED3FE
Black with #FED3FE
Text Example
Text Example
White with #FED3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3FE; }
p { color: rgb(254,211,254); }
H1.HeaderClassName
{
color: #FED3FE;
}
.AnyTagClassName
{
color: #FED3FE;
}
</style>
background-color css
<style>
a { background-color: #FED3FE; }
a { background-color: rgb(254,211,254); }
div.DivClassName
{
background-color: #FED3FE;
}
.BgClassName
{
background-color: #FED3FE;
}
</style>
border-color css
<style>
span { border-color: #FED3FE; }
span { border-color: rgb(254,211,254); }
td.TdClassName
{
border-color: #FED3FE;
}
.TagClassName
{
border-color: #FED3FE;
}
</style>