#FE9CFF

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

Shades of Violet #FE9CFF

Tints of Violet #FE9CFF

Color information

#FE9CFF (or 0xFE9CFF) is unknown color: approx Violet. HEX triplet: FE, 9C and FF. RGB value is (254,156,255). Sum of RGB (Red+Green+Blue) = 254+156+255=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 156 (61.33% from 255 or 23.46% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9CFF is #016300. Grayscale: #C4C4C4. Windows color (decimal): -90881 or 16751870. OLE color: 16751870.

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

Color convert

RGB254156255-
CMYK0.000.3900
HSL299.39º100%80.59%-
HSV(B)299.39º38.82%100%-
XYZ70.8152.07100.93-
YUV196.59160.97168.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 156 (61.33% from 255) = 23.46%
BLUE value IS 255 (100% from 255) = 38.35%
R=38.20%
G=23.46%
B=38.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541562550.000.3900299.3910080.59
HexFE9CFF0270012b6451
Octal37623437704700453144121
Binary11111110100111001111111101001110010010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CFF; }

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

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

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

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

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

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

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

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