#FE8DF8

Color #FE8DF8 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #FE8DF8

Tints of Violet #FE8DF8

Color information

#FE8DF8 (or 0xFE8DF8) is unknown color: approx 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

RGB254141248-
CMYK00.440.020.00
HSL303.19º98.26%77.45%-
HSV(B)303.19º44.49%99.61%-
XYZ67.3446.994.31-
YUV186.98162.44175.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 141 (55.47% from 255) = 21.93%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=39.50%
G=21.93%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414124800.440.020.00303.1998.2677.45
HexFE8DF802C2012f624d
Octal37621537005420457142115
Binary111111101000110111111000010110010010010111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>