#FC9BFF

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

Shades of Violet #FC9BFF

Tints of Violet #FC9BFF

Color information

#FC9BFF (or 0xFC9BFF) is unknown color: approx Violet. HEX triplet: FC, 9B and FF. RGB value is (252,155,255). Sum of RGB (Red+Green+Blue) = 252+155+255=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 155 (60.94% from 255 or 23.41% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9BFF is #036400. Grayscale: #C3C3C3. Windows color (decimal): -222209 or 16751612. OLE color: 16751612.

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

Color convert

RGB252155255-
CMYK0.010.3900
HSL298.2º100%80.39%-
HSV(B)298.2º39.22%100%-
XYZ69.9251.36100.84-
YUV195.4161.64168.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 155 (60.94% from 255) = 23.41%
BLUE value IS 255 (100% from 255) = 38.52%
R=38.07%
G=23.41%
B=38.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521552550.010.3900298.210080.39
HexFC9BFF1270012a6450
Octal37423337714700452144120
Binary11111100100110111111111111001110010010101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9BFF; }

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

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

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

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

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

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

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

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