Shades of Violet #FE8CF8
Tints of Violet #FE8CF8
RGB
CMYK
RGB Variations
Color information
#FE8CF8 (or 0xFE8CF8) is known color: Violet. HEX triplet: FE, 8C and F8. RGB value is (254,140,248). Sum of RGB (Red+Green+Blue) = 254+140+248=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 140 (55.08% from 255 or 21.81% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CF8 is #017307. Grayscale: #BABABA. Windows color (decimal): -94984 or 16289022. OLE color: 16289022.
HSL color Cylindrical-coordinate representation of color #FE8CF8: hue angle of 303.16º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CF8 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 248 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.00 |
| HSL | 303.16º | 0.98% | 0.77% | - |
| HSV(B) | 303.16º | 0.45% | 1% | - |
| XYZ | 67.19 | 46.6 | 94.26 | - |
| YUV | 186.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 248 | 0 | 0.45 | 0.02 | 0.00 | 303.16 | 0.98 | 0.77 |
| Hex | FE | 8C | F8 | 0 | 2D | 2 | 0 | 12F | 62 | 4D |
| Octal | 376 | 214 | 370 | 0 | 55 | 2 | 0 | 457 | 142 | 115 |
| Binary | 11111110 | 10001100 | 11111000 | 0 | 101101 | 10 | 0 | 100101111 | 1100010 | 1001101 |
Color Harmonies of #FE8CF8
Complementary color
Monochromatic Colors of #FE8CF8
Black with #FE8CF8
Text Example
Text Example
White with #FE8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8CF8; }
p { color: rgb(254,140,248); }
H1.HeaderClassName
{
color: #FE8CF8;
}
.AnyTagClassName
{
color: #FE8CF8;
}
</style>
background-color css
<style>
a { background-color: #FE8CF8; }
a { background-color: rgb(254,140,248); }
div.DivClassName
{
background-color: #FE8CF8;
}
.BgClassName
{
background-color: #FE8CF8;
}
</style>
border-color css
<style>
span { border-color: #FE8CF8; }
span { border-color: rgb(254,140,248); }
td.TdClassName
{
border-color: #FE8CF8;
}
.TagClassName
{
border-color: #FE8CF8;
}
</style>