#FB8FE5

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

Shades of Pale Magenta #FB8FE5

Tints of Pale Magenta #FB8FE5

Color information

#FB8FE5 (or 0xFB8FE5) is unknown color: approx Pale Magenta. HEX triplet: FB, 8F and E5. RGB value is (251,143,229). Sum of RGB (Red+Green+Blue) = 251+143+229=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8FE5 is #04701A. Grayscale: #B8B8B8. Windows color (decimal): -290843 or 15044603. OLE color: 15044603.

HSL color Cylindrical-coordinate representation of color #FB8FE5: hue angle of 312.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB8FE5 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB251143229-
CMYK00.430.090.02
HSL312.22º93.1%77.25%-
HSV(B)312.22º43.03%98.43%-
XYZ63.7545.8179.61-
YUV185.1152.78175.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 143 (56.25% from 255) = 22.95%
BLUE value IS 229 (89.84% from 255) = 36.76%
R=40.29%
G=22.95%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114322900.430.090.02312.2293.177.25
HexFB8FE502B921385d4d
Octal373217345053112470135115
Binary111110111000111111100101010101110011010011100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8FE5; }

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

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

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

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

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

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

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

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