Shades of Violet #FE8DF8
Tints of Violet #FE8DF8
RGB
CMYK
RGB Variations
Color information
#FE8DF8 (or 0xFE8DF8) is known color: Violet. HEX triplet: FE, 8D and F8. RGB value is (254,141,248). Sum of RGB (Red+Green+Blue) = 254+141+248=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 141 (55.47% from 255 or 21.93% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DF8 is #017207. Grayscale: #BABABA. Windows color (decimal): -94728 or 16289278. OLE color: 16289278.
HSL color Cylindrical-coordinate representation of color #FE8DF8: hue angle of 303.19º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DF8 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 248 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.00 |
| HSL | 303.19º | 0.98% | 0.77% | - |
| HSV(B) | 303.19º | 0.44% | 1% | - |
| XYZ | 67.34 | 46.9 | 94.31 | - |
| YUV | 186.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 248 | 0 | 0.44 | 0.02 | 0.00 | 303.19 | 0.98 | 0.77 |
| Hex | FE | 8D | F8 | 0 | 2C | 2 | 0 | 12F | 62 | 4D |
| Octal | 376 | 215 | 370 | 0 | 54 | 2 | 0 | 457 | 142 | 115 |
| Binary | 11111110 | 10001101 | 11111000 | 0 | 101100 | 10 | 0 | 100101111 | 1100010 | 1001101 |
Color Harmonies of #FE8DF8
Complementary color
Monochromatic Colors of #FE8DF8
Black with #FE8DF8
Text Example
Text Example
White with #FE8DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8DF8; }
p { color: rgb(254,141,248); }
H1.HeaderClassName
{
color: #FE8DF8;
}
.AnyTagClassName
{
color: #FE8DF8;
}
</style>
background-color css
<style>
a { background-color: #FE8DF8; }
a { background-color: rgb(254,141,248); }
div.DivClassName
{
background-color: #FE8DF8;
}
.BgClassName
{
background-color: #FE8DF8;
}
</style>
border-color css
<style>
span { border-color: #FE8DF8; }
span { border-color: rgb(254,141,248); }
td.TdClassName
{
border-color: #FE8DF8;
}
.TagClassName
{
border-color: #FE8DF8;
}
</style>