#FB89DA

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

Shades of Pale Magenta #FB89DA

Tints of Pale Magenta #FB89DA

Color information

#FB89DA (or 0xFB89DA) is unknown color: approx Pale Magenta. HEX triplet: FB, 89 and DA. RGB value is (251,137,218). Sum of RGB (Red+Green+Blue) = 251+137+218=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89DA is #047625. Grayscale: #B4B4B4. Windows color (decimal): -292390 or 14322171. OLE color: 14322171.

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

Color convert

RGB251137218-
CMYK00.450.130.02
HSL317.37º93.44%76.08%-
HSV(B)317.37º45.42%98.43%-
XYZ61.3843.4671.48-
YUV180.32149.27178.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 137 (53.91% from 255) = 22.61%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=41.42%
G=22.61%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113721800.450.130.02317.3793.4476.08
HexFB89DA02DD213d5d4c
Octal373211332055152475135114
Binary111110111000100111011010010110111011010011110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB89DA; }

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

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

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

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

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

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

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

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