#FB8AEB

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

Shades of Pale Magenta #FB8AEB

Tints of Pale Magenta #FB8AEB

Color information

#FB8AEB (or 0xFB8AEB) is unknown color: approx Pale Magenta. HEX triplet: FB, 8A and EB. RGB value is (251,138,235). Sum of RGB (Red+Green+Blue) = 251+138+235=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 138 (54.30% from 255 or 22.12% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AEB is #047514. Grayscale: #B6B6B6. Windows color (decimal): -292117 or 15436539. OLE color: 15436539.

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

Color convert

RGB251138235-
CMYK00.450.060.02
HSL308.5º93.39%76.27%-
HSV(B)308.5º45.02%98.43%-
XYZ63.8744.6883.86-
YUV182.84157.44176.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 138 (54.30% from 255) = 22.12%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=40.22%
G=22.12%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113823500.450.060.02308.593.3976.27
HexFB8AEB02D621345d4c
Octal37321235305562464135114
Binary11111011100010101110101101011011101010011010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AEB; }

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

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

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

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

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

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

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

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