#FB7DDB

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

Shades of Pale Magenta #FB7DDB

Tints of Pale Magenta #FB7DDB

Color information

#FB7DDB (or 0xFB7DDB) is unknown color: approx Pale Magenta. HEX triplet: FB, 7D and DB. RGB value is (251,125,219). Sum of RGB (Red+Green+Blue) = 251+125+219=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DDB is #048224. Grayscale: #ADADAD. Windows color (decimal): -295461 or 14384635. OLE color: 14384635.

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

Color convert

RGB251125219-
CMYK00.500.130.02
HSL315.24º94.03%73.73%-
HSV(B)315.24º50.2%98.43%-
XYZ59.940.2971.64-
YUV173.39153.74183.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 125 (49.22% from 255) = 21.01%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=42.18%
G=21.01%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112521900.500.130.02315.2494.0373.73
HexFB7DDB032D213b5e4a
Octal373175333062152473136112
Binary11111011111110111011011011001011011010011101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DDB; }

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

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

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

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

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

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

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

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