#FC9AFE

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

Shades of Violet #FC9AFE

Tints of Violet #FC9AFE

Color information

#FC9AFE (or 0xFC9AFE) is unknown color: approx Violet. HEX triplet: FC, 9A and FE. RGB value is (252,154,254). Sum of RGB (Red+Green+Blue) = 252+154+254=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 154 (60.55% from 255 or 23.33% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC9AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9AFE is #036501. Grayscale: #C2C2C2. Windows color (decimal): -222466 or 16685820. OLE color: 16685820.

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

Color convert

RGB252154254-
CMYK0.010.3900.00
HSL298.8º98.04%80%-
HSV(B)298.8º39.37%99.61%-
XYZ69.5950.9699.93-
YUV194.7161.47168.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 154 (60.55% from 255) = 23.33%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=38.18%
G=23.33%
B=38.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521542540.010.3900.00298.898.0480
HexFC9AFE1270012b6250
Octal37423237614700453142120
Binary11111100100110101111111011001110010010101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9AFE; }

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

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

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

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

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

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

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

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