#FB7DD6

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

Shades of Pale Magenta #FB7DD6

Tints of Pale Magenta #FB7DD6

Color information

#FB7DD6 (or 0xFB7DD6) is unknown color: approx Pale Magenta. HEX triplet: FB, 7D and D6. RGB value is (251,125,214). Sum of RGB (Red+Green+Blue) = 251+125+214=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DD6 is #048229. Grayscale: #ACACAC. Windows color (decimal): -295466 or 14056955. OLE color: 14056955.

HSL color Cylindrical-coordinate representation of color #FB7DD6: hue angle of 317.62º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7DD6 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251125214-
CMYK00.500.150.02
HSL317.62º94.03%73.73%-
HSV(B)317.62º50.2%98.43%-
XYZ59.2540.0368.22-
YUV172.82151.24183.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 125 (49.22% from 255) = 21.19%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=42.54%
G=21.19%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112521400.500.150.02317.6294.0373.73
HexFB7DD6032F213e5e4a
Octal373175326062172476136112
Binary11111011111110111010110011001011111010011111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DD6; }

 p { color: rgb(251,125,214); }

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

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

 a { background-color: rgb(251,125,214); }

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

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

 span { border-color: rgb(251,125,214); }

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