#FB7DD7

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

Shades of Pale Magenta #FB7DD7

Tints of Pale Magenta #FB7DD7

Color information

#FB7DD7 (or 0xFB7DD7) is unknown color: approx Pale Magenta. HEX triplet: FB, 7D and D7. RGB value is (251,125,215). Sum of RGB (Red+Green+Blue) = 251+125+215=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DD7 is #048228. Grayscale: #ACACAC. Windows color (decimal): -295465 or 14122491. OLE color: 14122491.

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

Color convert

RGB251125215-
CMYK00.500.140.02
HSL317.14º94.03%73.73%-
HSV(B)317.14º50.2%98.43%-
XYZ59.3840.0868.9-
YUV172.93151.74183.68-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 125 (49.22% from 255) = 21.15%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=42.47%
G=21.15%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112521500.500.140.02317.1494.0373.73
HexFB7DD7032E213d5e4a
Octal373175327062162475136112
Binary11111011111110111010111011001011101010011110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DD7; }

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

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

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

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

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

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

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

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