#FC9EFE

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

Shades of Violet #FC9EFE

Tints of Violet #FC9EFE

Color information

#FC9EFE (or 0xFC9EFE) is unknown color: approx Violet. HEX triplet: FC, 9E and FE. RGB value is (252,158,254). Sum of RGB (Red+Green+Blue) = 252+158+254=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 158 (62.11% from 255 or 23.80% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9EFE is #036101. Grayscale: #C4C4C4. Windows color (decimal): -221442 or 16686844. OLE color: 16686844.

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

Color convert

RGB252158254-
CMYK0.010.3800.00
HSL298.75º97.96%80.78%-
HSV(B)298.75º37.8%99.61%-
XYZ70.2652.3100.16-
YUV197.05160.14167.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 158 (62.11% from 255) = 23.80%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=37.95%
G=23.80%
B=38.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521582540.010.3800.00298.7597.9680.78
HexFC9EFE1260012b6251
Octal37423637614600453142121
Binary11111100100111101111111011001100010010101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9EFE; }

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

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

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

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

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

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

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

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