#FB89E4

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

Shades of Pale Magenta #FB89E4

Tints of Pale Magenta #FB89E4

Color information

#FB89E4 (or 0xFB89E4) is unknown color: approx Pale Magenta. HEX triplet: FB, 89 and E4. RGB value is (251,137,228). Sum of RGB (Red+Green+Blue) = 251+137+228=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 137 (53.91% from 255 or 22.24% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89E4 is #04761B. Grayscale: #B5B5B5. Windows color (decimal): -292380 or 14977531. OLE color: 14977531.

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

Color convert

RGB251137228-
CMYK00.450.090.02
HSL312.11º93.44%76.08%-
HSV(B)312.11º45.42%98.43%-
XYZ62.734478.59-
YUV181.46154.27177.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 137 (53.91% from 255) = 22.24%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=40.75%
G=22.24%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113722800.450.090.02312.1193.4476.08
HexFB89E402D921385d4c
Octal373211344055112470135114
Binary111110111000100111100100010110110011010011100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB89E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB89E4; }

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

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

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

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

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

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

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

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