#FE9AFD

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

Shades of Violet #FE9AFD

Tints of Violet #FE9AFD

Color information

#FE9AFD (or 0xFE9AFD) is unknown color: approx Violet. HEX triplet: FE, 9A and FD. RGB value is (254,154,253). Sum of RGB (Red+Green+Blue) = 254+154+253=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 154 (60.55% from 255 or 23.30% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9AFD is #016502. Grayscale: #C2C2C2. Windows color (decimal): -91395 or 16620286. OLE color: 16620286.

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

Color convert

RGB254154253-
CMYK00.390.000.00
HSL300.6º98.04%80%-
HSV(B)300.6º39.37%99.61%-
XYZ70.1651.2799.13-
YUV195.19160.63169.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 154 (60.55% from 255) = 23.30%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=38.43%
G=23.30%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415425300.390.000.00300.698.0480
HexFE9AFD0270012d6250
Octal37623237504700455142120
Binary11111110100110101111110101001110010010110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9AFD; }

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

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

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

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

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

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

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

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