#FA9BFB

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

Shades of Violet #FA9BFB

Tints of Violet #FA9BFB

Color information

#FA9BFB (or 0xFA9BFB) is unknown color: approx Violet. HEX triplet: FA, 9B and FB. RGB value is (250,155,251). Sum of RGB (Red+Green+Blue) = 250+155+251=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 155 (60.94% from 255 or 23.63% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA9BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BFB is #056404. Grayscale: #C2C2C2. Windows color (decimal): -353285 or 16489466. OLE color: 16489466.

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

Color convert

RGB250155251-
CMYK0.000.3800.02
HSL299.38º92.31%79.61%-
HSV(B)299.38º38.25%98.43%-
XYZ68.5650.7397.45-
YUV194.35159.97167.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 155 (60.94% from 255) = 23.63%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=38.11%
G=23.63%
B=38.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501552510.000.3800.02299.3892.3179.61
HexFA9BFB0260212b5c50
Octal37223337304602453134120
Binary111110101001101111111011010011001010010101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BFB; }

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

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

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

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

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

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

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

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