#FC9CFE

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

Shades of Violet #FC9CFE

Tints of Violet #FC9CFE

Color information

#FC9CFE (or 0xFC9CFE) is unknown color: approx Violet. HEX triplet: FC, 9C and FE. RGB value is (252,156,254). Sum of RGB (Red+Green+Blue) = 252+156+254=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 156 (61.33% from 255 or 23.56% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC9CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9CFE is #036301. Grayscale: #C3C3C3. Windows color (decimal): -221954 or 16686332. OLE color: 16686332.

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

Color convert

RGB252156254-
CMYK0.010.3900.00
HSL298.78º98%80.39%-
HSV(B)298.78º38.58%99.61%-
XYZ69.9251.63100.05-
YUV195.88160.8168.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 156 (61.33% from 255) = 23.56%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=38.07%
G=23.56%
B=38.37%

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
Decimal2521562540.010.3900.00298.789880.39
HexFC9CFE1270012b6250
Octal37423437614700453142120
Binary11111100100111001111111011001110010010101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CFE; }

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

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

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

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

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

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

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

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