#FB87E6

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

Shades of Pale Magenta #FB87E6

Tints of Pale Magenta #FB87E6

Color information

#FB87E6 (or 0xFB87E6) is unknown color: approx Pale Magenta. HEX triplet: FB, 87 and E6. RGB value is (251,135,230). Sum of RGB (Red+Green+Blue) = 251+135+230=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 135 (53.12% from 255 or 21.92% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB87E6 is #047819. Grayscale: #B4B4B4. Windows color (decimal): -292890 or 15108091. OLE color: 15108091.

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

Color convert

RGB251135230-
CMYK00.460.080.02
HSL310.86º93.55%75.69%-
HSV(B)310.86º46.22%98.43%-
XYZ62.7343.5579.96-
YUV180.51155.93178.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.75%
GREEN value IS 135 (53.12% from 255) = 21.92%
BLUE value IS 230 (90.23% from 255) = 37.34%
R=40.75%
G=21.92%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113523000.460.080.02310.8693.5575.69
HexFB87E602E821375e4c
Octal373207346056102467136114
Binary111110111000011111100110010111010001010011011110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB87E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB87E6; }

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

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

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

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

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

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

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

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