#FB91EC

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

Shades of Pale Magenta #FB91EC

Tints of Pale Magenta #FB91EC

Color information

#FB91EC (or 0xFB91EC) is unknown color: approx Pale Magenta. HEX triplet: FB, 91 and EC. RGB value is (251,145,236). Sum of RGB (Red+Green+Blue) = 251+145+236=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 145 (57.03% from 255 or 22.94% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB91EC is #046E13. Grayscale: #BABABA. Windows color (decimal): -290324 or 15503867. OLE color: 15503867.

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

Color convert

RGB251145236-
CMYK00.420.060.02
HSL308.49º92.98%77.65%-
HSV(B)308.49º42.23%98.43%-
XYZ65.0546.8284.96-
YUV187.07155.62173.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.72%
GREEN value IS 145 (57.03% from 255) = 22.94%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=39.72%
G=22.94%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114523600.420.060.02308.4992.9877.65
HexFB91EC02A621345d4e
Octal37322135405262464135116
Binary11111011100100011110110001010101101010011010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB91EC; }

 p { color: rgb(251,145,236); }

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

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

 a { background-color: rgb(251,145,236); }

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

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

 span { border-color: rgb(251,145,236); }

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