#FB87DA

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

Shades of Pale Magenta #FB87DA

Tints of Pale Magenta #FB87DA

Color information

#FB87DA (or 0xFB87DA) is unknown color: approx Pale Magenta. HEX triplet: FB, 87 and DA. RGB value is (251,135,218). Sum of RGB (Red+Green+Blue) = 251+135+218=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 135 (53.12% from 255 or 22.35% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87DA is #047825. Grayscale: #B2B2B2. Windows color (decimal): -292902 or 14321659. OLE color: 14321659.

HSL color Cylindrical-coordinate representation of color #FB87DA: hue angle of 317.07º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB87DA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251135218-
CMYK00.460.130.02
HSL317.07º93.55%75.69%-
HSV(B)317.07º46.22%98.43%-
XYZ61.142.971.39-
YUV179.15149.93179.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.56%
GREEN value IS 135 (53.12% from 255) = 22.35%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=41.56%
G=22.35%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113521800.460.130.02317.0793.5575.69
HexFB87DA02ED213d5e4c
Octal373207332056152475136114
Binary111110111000011111011010010111011011010011110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB87DA; }

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

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

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

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

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

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

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

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