#FE9AFF

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

Shades of Violet #FE9AFF

Tints of Violet #FE9AFF

Color information

#FE9AFF (or 0xFE9AFF) is unknown color: approx Violet. HEX triplet: FE, 9A and FF. RGB value is (254,154,255). Sum of RGB (Red+Green+Blue) = 254+154+255=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 154 (60.55% from 255 or 23.23% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AFF is #016500. Grayscale: #C3C3C3. Windows color (decimal): -91393 or 16751358. OLE color: 16751358.

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

Color convert

RGB254154255-
CMYK0.000.4000
HSL299.41º100%80.2%-
HSV(B)299.41º39.61%100%-
XYZ70.4851.4100.81-
YUV195.41161.63169.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.31%
GREEN value IS 154 (60.55% from 255) = 23.23%
BLUE value IS 255 (100% from 255) = 38.46%
R=38.31%
G=23.23%
B=38.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541542550.000.4000299.4110080.2
HexFE9AFF0280012b6450
Octal37623237705000453144120
Binary11111110100110101111111101010000010010101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AFF; }

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

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

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

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

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

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

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

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