#FB87D6

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

Shades of Pale Magenta #FB87D6

Tints of Pale Magenta #FB87D6

Color information

#FB87D6 (or 0xFB87D6) is unknown color: approx Pale Magenta. HEX triplet: FB, 87 and D6. RGB value is (251,135,214). Sum of RGB (Red+Green+Blue) = 251+135+214=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 135 (53.12% from 255 or 22.5% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87D6 is #047829. Grayscale: #B2B2B2. Windows color (decimal): -292906 or 14059515. OLE color: 14059515.

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

Color convert

RGB251135214-
CMYK00.460.150.02
HSL319.14º93.55%75.69%-
HSV(B)319.14º46.22%98.43%-
XYZ60.5942.6968.67-
YUV178.69147.93179.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.83%
GREEN value IS 135 (53.12% from 255) = 22.5%
BLUE value IS 214 (83.98% from 255) = 35.67%
R=41.83%
G=22.5%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113521400.460.150.02319.1493.5575.69
HexFB87D602EF213f5e4c
Octal373207326056172477136114
Binary111110111000011111010110010111011111010011111110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB87D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB87D6; }

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

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

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

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

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

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

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

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