#FB8AD9

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

Shades of Pale Magenta #FB8AD9

Tints of Pale Magenta #FB8AD9

Color information

#FB8AD9 (or 0xFB8AD9) is unknown color: approx Pale Magenta. HEX triplet: FB, 8A and D9. RGB value is (251,138,217). Sum of RGB (Red+Green+Blue) = 251+138+217=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AD9 is #047526. Grayscale: #B4B4B4. Windows color (decimal): -292135 or 14256891. OLE color: 14256891.

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

Color convert

RGB251138217-
CMYK00.450.140.02
HSL318.05º93.39%76.27%-
HSV(B)318.05º45.02%98.43%-
XYZ61.443.770.84-
YUV180.79148.44178.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 138 (54.30% from 255) = 22.77%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=41.42%
G=22.77%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113821700.450.140.02318.0593.3976.27
HexFB8AD902DE213e5d4c
Octal373212331055162476135114
Binary111110111000101011011001010110111101010011111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8AD9; }

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

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

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

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

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

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

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

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