#FB89E3

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

Shades of Pale Magenta #FB89E3

Tints of Pale Magenta #FB89E3

Color information

#FB89E3 (or 0xFB89E3) is unknown color: approx Pale Magenta. HEX triplet: FB, 89 and E3. RGB value is (251,137,227). Sum of RGB (Red+Green+Blue) = 251+137+227=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 137 (53.91% from 255 or 22.28% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89E3 is #04761C. Grayscale: #B5B5B5. Windows color (decimal): -292381 or 14911995. OLE color: 14911995.

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

Color convert

RGB251137227-
CMYK00.450.100.02
HSL312.63º93.44%76.08%-
HSV(B)312.63º45.42%98.43%-
XYZ62.5943.9577.86-
YUV181.35153.77177.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 137 (53.91% from 255) = 22.28%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=40.81%
G=22.28%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113722700.450.100.02312.6393.4476.08
HexFB89E302DA21395d4c
Octal373211343055122471135114
Binary111110111000100111100011010110110101010011100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB89E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB89E3; }

 p { color: rgb(251,137,227); }

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

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

 a { background-color: rgb(251,137,227); }

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

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

 span { border-color: rgb(251,137,227); }

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