#FB91EE

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

Shades of Pale Magenta #FB91EE

Tints of Pale Magenta #FB91EE

Color information

#FB91EE (or 0xFB91EE) is unknown color: approx Pale Magenta. HEX triplet: FB, 91 and EE. RGB value is (251,145,238). Sum of RGB (Red+Green+Blue) = 251+145+238=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 145 (57.03% from 255 or 22.87% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB91EE is #046E11. Grayscale: #BBBBBB. Windows color (decimal): -290322 or 15634939. OLE color: 15634939.

HSL color Cylindrical-coordinate representation of color #FB91EE: hue angle of 307.36º 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 #FB91EE is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251145238-
CMYK00.420.050.02
HSL307.36º92.98%77.65%-
HSV(B)307.36º42.23%98.43%-
XYZ65.3446.9386.5-
YUV187.3156.62173.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 145 (57.03% from 255) = 22.87%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=39.59%
G=22.87%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114523800.420.050.02307.3692.9877.65
HexFB91EE02A521335d4e
Octal37322135605252463135116
Binary11111011100100011110111001010101011010011001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB91EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB91EE; }

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

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

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

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

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

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

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

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