#FC9AFD

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

Shades of Violet #FC9AFD

Tints of Violet #FC9AFD

Color information

#FC9AFD (or 0xFC9AFD) is unknown color: approx Violet. HEX triplet: FC, 9A and FD. RGB value is (252,154,253). Sum of RGB (Red+Green+Blue) = 252+154+253=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 154 (60.55% from 255 or 23.37% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC9AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9AFD is #036502. Grayscale: #C2C2C2. Windows color (decimal): -222467 or 16620284. OLE color: 16620284.

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

Color convert

RGB252154253-
CMYK0.000.3900.01
HSL299.39º96.12%79.8%-
HSV(B)299.39º39.13%99.22%-
XYZ69.4350.999.09-
YUV194.59160.97168.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 154 (60.55% from 255) = 23.37%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=38.24%
G=23.37%
B=38.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521542530.000.3900.01299.3996.1279.8
HexFC9AFD0270112b6050
Octal37423237504701453140120
Binary11111100100110101111110101001110110010101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9AFD; }

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

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

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

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

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

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

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

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