#FC9EFF

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

Shades of Violet #FC9EFF

Tints of Violet #FC9EFF

Color information

#FC9EFF (or 0xFC9EFF) is unknown color: approx Violet. HEX triplet: FC, 9E and FF. RGB value is (252,158,255). Sum of RGB (Red+Green+Blue) = 252+158+255=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 158 (62.11% from 255 or 23.76% 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 #FC9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9EFF is #036100. Grayscale: #C4C4C4. Windows color (decimal): -221441 or 16752380. OLE color: 16752380.

HSL color Cylindrical-coordinate representation of color #FC9EFF: hue angle of 298.14º 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 #FC9EFF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252158255-
CMYK0.010.3800
HSL298.14º100%80.98%-
HSV(B)298.14º38.04%100%-
XYZ70.4252.37101-
YUV197.16160.64167.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 158 (62.11% from 255) = 23.76%
BLUE value IS 255 (100% from 255) = 38.35%
R=37.89%
G=23.76%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521582550.010.3800298.1410080.98
HexFC9EFF1260012a6451
Octal37423637714600452144121
Binary11111100100111101111111111001100010010101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EFF; }

 p { color: rgb(252,158,255); }

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

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

 a { background-color: rgb(252,158,255); }

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

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

 span { border-color: rgb(252,158,255); }

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