#FB87DC

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

Shades of Pale Magenta #FB87DC

Tints of Pale Magenta #FB87DC

Color information

#FB87DC (or 0xFB87DC) is unknown color: approx Pale Magenta. HEX triplet: FB, 87 and DC. RGB value is (251,135,220). Sum of RGB (Red+Green+Blue) = 251+135+220=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 135 (53.12% from 255 or 22.28% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87DC is #047823. Grayscale: #B3B3B3. Windows color (decimal): -292900 or 14452731. OLE color: 14452731.

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

Color convert

RGB251135220-
CMYK00.460.120.02
HSL316.03º93.55%75.69%-
HSV(B)316.03º46.22%98.43%-
XYZ61.374372.78-
YUV179.37150.93179.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 135 (53.12% from 255) = 22.28%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=41.42%
G=22.28%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113522000.460.120.02316.0393.5575.69
HexFB87DC02EC213c5e4c
Octal373207334056142474136114
Binary111110111000011111011100010111011001010011110010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB87DC; }

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

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

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

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

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

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

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

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