#FA8FFE

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

Shades of Violet #FA8FFE

Tints of Violet #FA8FFE

Color information

#FA8FFE (or 0xFA8FFE) is unknown color: approx Violet. HEX triplet: FA, 8F and FE. RGB value is (250,143,254). Sum of RGB (Red+Green+Blue) = 250+143+254=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 143 (56.25% from 255 or 22.10% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA8FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FFE is #057001. Grayscale: #BBBBBB. Windows color (decimal): -356354 or 16683002. OLE color: 16683002.

HSL color Cylindrical-coordinate representation of color #FA8FFE: hue angle of 297.84º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8FFE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250143254-
CMYK0.020.4400.00
HSL297.84º98.23%77.84%-
HSV(B)297.84º43.7%99.61%-
XYZ67.1447.1299.32-
YUV187.65165.45172.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 143 (56.25% from 255) = 22.10%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=38.64%
G=22.10%
B=39.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501432540.020.4400.00297.8498.2377.84
HexFA8FFE22C0012a624e
Octal37221737625400452142116
Binary111110101000111111111110101011000010010101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FFE; }

 p { color: rgb(250,143,254); }

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

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

 a { background-color: rgb(250,143,254); }

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

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

 span { border-color: rgb(250,143,254); }

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