#FB8AED

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

Shades of Pale Magenta #FB8AED

Tints of Pale Magenta #FB8AED

Color information

#FB8AED (or 0xFB8AED) is unknown color: approx Pale Magenta. HEX triplet: FB, 8A and ED. RGB value is (251,138,237). Sum of RGB (Red+Green+Blue) = 251+138+237=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 138 (54.30% from 255 or 22.04% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB8AED is #047512. Grayscale: #B6B6B6. Windows color (decimal): -292115 or 15567611. OLE color: 15567611.

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

Color convert

RGB251138237-
CMYK00.450.060.02
HSL307.43º93.39%76.27%-
HSV(B)307.43º45.02%98.43%-
XYZ64.1644.885.39-
YUV183.07158.44176.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 138 (54.30% from 255) = 22.04%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=40.10%
G=22.04%
B=37.86%

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
Decimal25113823700.450.060.02307.4393.3976.27
HexFB8AED02D621335d4c
Octal37321235505562463135114
Binary11111011100010101110110101011011101010011001110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AED; }

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

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

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

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

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

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

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

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