#FC8DFA

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

Shades of Violet #FC8DFA

Tints of Violet #FC8DFA

Color information

#FC8DFA (or 0xFC8DFA) is unknown color: approx Violet. HEX triplet: FC, 8D and FA. RGB value is (252,141,250). Sum of RGB (Red+Green+Blue) = 252+141+250=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 141 (55.47% from 255 or 21.93% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8DFA is #037205. Grayscale: #BABABA. Windows color (decimal): -225798 or 16420348. OLE color: 16420348.

HSL color Cylindrical-coordinate representation of color #FC8DFA: hue angle of 301.08º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8DFA is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252141250-
CMYK00.440.010.01
HSL301.08º94.87%77.06%-
HSV(B)301.08º44.05%98.82%-
XYZ66.9346.6595.92-
YUV186.62163.77174.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 141 (55.47% from 255) = 21.93%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=39.19%
G=21.93%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214125000.440.010.01301.0894.8777.06
HexFC8DFA02C1112d5f4d
Octal37421537205411455137115
Binary11111100100011011111101001011001110010110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8DFA; }

 p { color: rgb(252,141,250); }

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

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

 a { background-color: rgb(252,141,250); }

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

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

 span { border-color: rgb(252,141,250); }

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