Html Css Color HEX #FB7DDC Pale Magenta

📋 copy color: '#FB7DDC'

red 251 ◦ green 125 ◦ blue 220

#FB7DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FB7DDC

Tints of Pale Magenta #FB7DDC

RGB

 RED value IS 251 (98.44% from 255) = 42.11%

 GREEN value IS 125 (49.22% from 255) = 20.97%

 BLUE value IS 220 (86.33% from 255) = 36.91%

R = 42.11%
G = 20.97%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB7DDC (or 0xFB7DDC) is known color: Pale Magenta. HEX triplet: FB, 7D and DC. RGB value is (251,125,220). Sum of RGB (Red+Green+Blue) = 251+125+220=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DDC is #048223. Grayscale: #ADADAD. Windows color (decimal): -295460 or 14450171. OLE color: 14450171.

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

Color convert

RGB 251 125 220 -
CMYK 0 0.50 0.12 0.02
HSL 314.76º 0.94% 0.74% -
HSV(B) 314.76º 0.5% 0.98% -
XYZ 60.04 40.34 72.33 -
YUV 173.5 154.24 183.28 -
System Red Green Blue C M Y K H S L
Decimal 251 125 220 0 0.50 0.12 0.02 314.76 0.94 0.74
Hex FB 7D DC 0 32 C 2 13B 5E 4A
Octal 373 175 334 0 62 14 2 473 136 112
Binary 11111011 1111101 11011100 0 110010 1100 10 100111011 1011110 1001010

Color Harmonies of #FB7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7DDC

Black with #FB7DDC

Text Example


Text Example

White with #FB7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7DDC; }

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

 H1.HeaderClassName
 {
   color: #FB7DDC;
 }
 .AnyTagClassName
 {
   color: #FB7DDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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