Html Css Color HEX #FB7FDC Pale Magenta

📋 copy color: '#FB7FDC'

red 251 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #FB7FDC

Tints of Pale Magenta #FB7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.24%

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

R = 41.97%
G = 21.24%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB7FDC (or 0xFB7FDC) is known color: Pale Magenta. HEX triplet: FB, 7F and DC. RGB value is (251,127,220). Sum of RGB (Red+Green+Blue) = 251+127+220=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FDC is #048023. Grayscale: #AEAEAE. Windows color (decimal): -294948 or 14450683. OLE color: 14450683.

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

Color convert

RGB 251 127 220 -
CMYK 0 0.49 0.12 0.02
HSL 315º 0.94% 0.74% -
HSV(B) 315º 0.49% 0.98% -
XYZ 60.29 40.86 72.42 -
YUV 174.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 251 127 220 0 0.49 0.12 0.02 315 0.94 0.74
Hex FB 7F DC 0 31 C 2 13B 5E 4A
Octal 373 177 334 0 61 14 2 473 136 112
Binary 11111011 1111111 11011100 0 110001 1100 10 100111011 1011110 1001010

Color Harmonies of #FB7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7FDC

Black with #FB7FDC

Text Example


Text Example

White with #FB7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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