#FA8BFB

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

Shades of Violet #FA8BFB

Tints of Violet #FA8BFB

Color information

#FA8BFB (or 0xFA8BFB) is unknown color: approx Violet. HEX triplet: FA, 8B and FB. RGB value is (250,139,251). Sum of RGB (Red+Green+Blue) = 250+139+251=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 139 (54.69% from 255 or 21.72% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA8BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BFB is #057404. Grayscale: #B8B8B8. Windows color (decimal): -357381 or 16485370. OLE color: 16485370.

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

Color convert

RGB250139251-
CMYK0.000.4500.02
HSL299.46º93.33%76.47%-
HSV(B)299.46º44.62%98.43%-
XYZ66.0745.7596.62-
YUV184.96165.27174.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 139 (54.69% from 255) = 21.72%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=39.06%
G=21.72%
B=39.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501392510.000.4500.02299.4693.3376.47
HexFA8BFB02D0212b5d4c
Octal37221337305502453135114
Binary111110101000101111111011010110101010010101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BFB; }

 p { color: rgb(250,139,251); }

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

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

 a { background-color: rgb(250,139,251); }

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

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

 span { border-color: rgb(250,139,251); }

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