#FA8DFC

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

Shades of Violet #FA8DFC

Tints of Violet #FA8DFC

Color information

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

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

Color convert

RGB250141252-
CMYK0.010.4400.01
HSL298.92º94.87%77.06%-
HSV(B)298.92º44.05%98.82%-
XYZ66.5246.497.55-
YUV186.24165.11173.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501412520.010.4400.01298.9294.8777.06
HexFA8DFC12C0112b5f4d
Octal37221537415401453137115
Binary11111010100011011111110011011000110010101110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DFC; }

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

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

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

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

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

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

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

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