#FB8AE0

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

Shades of Pale Magenta #FB8AE0

Tints of Pale Magenta #FB8AE0

Color information

#FB8AE0 (or 0xFB8AE0) is unknown color: approx Pale Magenta. HEX triplet: FB, 8A and E0. RGB value is (251,138,224). Sum of RGB (Red+Green+Blue) = 251+138+224=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 138 (54.30% from 255 or 22.51% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AE0 is #04751F. Grayscale: #B5B5B5. Windows color (decimal): -292128 or 14715643. OLE color: 14715643.

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

Color convert

RGB251138224-
CMYK00.450.110.02
HSL314.34º93.39%76.27%-
HSV(B)314.34º45.02%98.43%-
XYZ62.3344.0775.74-
YUV181.59151.94177.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 138 (54.30% from 255) = 22.51%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=40.95%
G=22.51%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113822400.450.110.02314.3493.3976.27
HexFB8AE002DB213a5d4c
Octal373212340055132472135114
Binary111110111000101011100000010110110111010011101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AE0; }

 p { color: rgb(251,138,224); }

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

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

 a { background-color: rgb(251,138,224); }

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

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

 span { border-color: rgb(251,138,224); }

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