#FB87E5

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

Shades of Pale Magenta #FB87E5

Tints of Pale Magenta #FB87E5

Color information

#FB87E5 (or 0xFB87E5) is unknown color: approx Pale Magenta. HEX triplet: FB, 87 and E5. RGB value is (251,135,229). Sum of RGB (Red+Green+Blue) = 251+135+229=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 135 (53.12% from 255 or 21.95% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87E5 is #04781A. Grayscale: #B4B4B4. Windows color (decimal): -292891 or 15042555. OLE color: 15042555.

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

Color convert

RGB251135229-
CMYK00.460.090.02
HSL311.38º93.55%75.69%-
HSV(B)311.38º46.22%98.43%-
XYZ62.5943.4979.23-
YUV180.4155.43178.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 135 (53.12% from 255) = 21.95%
BLUE value IS 229 (89.84% from 255) = 37.24%
R=40.81%
G=21.95%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113522900.460.090.02311.3893.5575.69
HexFB87E502E921375e4c
Octal373207345056112467136114
Binary111110111000011111100101010111010011010011011110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB87E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB87E5; }

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

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

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

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

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

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

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

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