#FB9EFD

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

Shades of Violet #FB9EFD

Tints of Violet #FB9EFD

Color information

#FB9EFD (or 0xFB9EFD) is unknown color: approx Violet. HEX triplet: FB, 9E and FD. RGB value is (251,158,253). Sum of RGB (Red+Green+Blue) = 251+158+253=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 158 (62.11% from 255 or 23.87% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB9EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9EFD is #046102. Grayscale: #C4C4C4. Windows color (decimal): -286979 or 16621307. OLE color: 16621307.

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

Color convert

RGB251158253-
CMYK0.010.3800.01
HSL298.74º95.96%80.59%-
HSV(B)298.74º37.55%99.22%-
XYZ69.7452.0599.3-
YUV196.64159.81166.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 158 (62.11% from 255) = 23.87%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=37.92%
G=23.87%
B=38.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511582530.010.3800.01298.7495.9680.59
HexFB9EFD1260112b6051
Octal37323637514601453140121
Binary11111011100111101111110111001100110010101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9EFD; }

 p { color: rgb(251,158,253); }

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

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

 a { background-color: rgb(251,158,253); }

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

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

 span { border-color: rgb(251,158,253); }

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