#FE9DFF

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

Shades of Violet #FE9DFF

Tints of Violet #FE9DFF

Color information

#FE9DFF (or 0xFE9DFF) is unknown color: approx Violet. HEX triplet: FE, 9D and FF. RGB value is (254,157,255). Sum of RGB (Red+Green+Blue) = 254+157+255=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 157 (61.72% from 255 or 23.57% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE9DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9DFF is #016200. Grayscale: #C4C4C4. Windows color (decimal): -90625 or 16752126. OLE color: 16752126.

HSL color Cylindrical-coordinate representation of color #FE9DFF: hue angle of 299.39º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DFF is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB254157255-
CMYK0.000.3800
HSL299.39º100%80.78%-
HSV(B)299.39º38.43%100%-
XYZ70.9852.4100.98-
YUV197.18160.64168.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 157 (61.72% from 255) = 23.57%
BLUE value IS 255 (100% from 255) = 38.29%
R=38.14%
G=23.57%
B=38.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541572550.000.3800299.3910080.78
HexFE9DFF0260012b6451
Octal37623537704600453144121
Binary11111110100111011111111101001100010010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DFF; }

 p { color: rgb(254,157,255); }

 H1.HeaderClassName
 {
   color: #FE9DFF;
 }
 .AnyTagClassName
 {
   color: #FE9DFF;
 }
</style>
background-color css

<style>
 a { background-color: #FE9DFF; }

 a { background-color: rgb(254,157,255); }

 div.DivClassName
 {
   background-color: #FE9DFF;
 }
 .BgClassName
 {
   background-color: #FE9DFF;
 }
</style>
border-color css

<style>
 span { border-color: #FE9DFF; }

 span { border-color: rgb(254,157,255); }

 td.TdClassName
 {
   border-color: #FE9DFF;
 }
 .TagClassName
 {
   border-color: #FE9DFF;
 }
</style>