#FC9DFF

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

Shades of Violet #FC9DFF

Tints of Violet #FC9DFF

Color information

#FC9DFF (or 0xFC9DFF) is unknown color: approx Violet. HEX triplet: FC, 9D and FF. RGB value is (252,157,255). Sum of RGB (Red+Green+Blue) = 252+157+255=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 157 (61.72% from 255 or 23.64% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC9DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9DFF is #036200. Grayscale: #C4C4C4. Windows color (decimal): -221697 or 16752124. OLE color: 16752124.

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

Color convert

RGB252157255-
CMYK0.010.3800
HSL298.16º100%80.78%-
HSV(B)298.16º38.43%100%-
XYZ70.2552.03100.95-
YUV196.58160.97167.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 157 (61.72% from 255) = 23.64%
BLUE value IS 255 (100% from 255) = 38.40%
R=37.95%
G=23.64%
B=38.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521572550.010.3800298.1610080.78
HexFC9DFF1260012a6451
Octal37423537714600452144121
Binary11111100100111011111111111001100010010101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9DFF; }

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

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

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

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

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

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

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

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