Shades of Violet #FE8EF8
Tints of Violet #FE8EF8
RGB
CMYK
RGB Variations
Color information
#FE8EF8 (or 0xFE8EF8) is known color: Violet. HEX triplet: FE, 8E and F8. RGB value is (254,142,248). Sum of RGB (Red+Green+Blue) = 254+142+248=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 142 (55.86% from 255 or 22.05% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8EF8 is #017107. Grayscale: #BBBBBB. Windows color (decimal): -94472 or 16289534. OLE color: 16289534.
HSL color Cylindrical-coordinate representation of color #FE8EF8: hue angle of 303.21º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8EF8 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 248 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.00 |
| HSL | 303.21º | 0.98% | 0.78% | - |
| HSV(B) | 303.21º | 0.44% | 1% | - |
| XYZ | 67.49 | 47.19 | 94.36 | - |
| YUV | 187.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 248 | 0 | 0.44 | 0.02 | 0.00 | 303.21 | 0.98 | 0.78 |
| Hex | FE | 8E | F8 | 0 | 2C | 2 | 0 | 12F | 62 | 4E |
| Octal | 376 | 216 | 370 | 0 | 54 | 2 | 0 | 457 | 142 | 116 |
| Binary | 11111110 | 10001110 | 11111000 | 0 | 101100 | 10 | 0 | 100101111 | 1100010 | 1001110 |
Color Harmonies of #FE8EF8
Complementary color
Monochromatic Colors of #FE8EF8
Black with #FE8EF8
Text Example
Text Example
White with #FE8EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8EF8; }
p { color: rgb(254,142,248); }
H1.HeaderClassName
{
color: #FE8EF8;
}
.AnyTagClassName
{
color: #FE8EF8;
}
</style>
background-color css
<style>
a { background-color: #FE8EF8; }
a { background-color: rgb(254,142,248); }
div.DivClassName
{
background-color: #FE8EF8;
}
.BgClassName
{
background-color: #FE8EF8;
}
</style>
border-color css
<style>
span { border-color: #FE8EF8; }
span { border-color: rgb(254,142,248); }
td.TdClassName
{
border-color: #FE8EF8;
}
.TagClassName
{
border-color: #FE8EF8;
}
</style>