Html Css Color HEX #FB80DC Pale Magenta

📋 copy color: '#FB80DC'

red 251 ◦ green 128 ◦ blue 220

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

Shades of Pale Magenta #FB80DC

Tints of Pale Magenta #FB80DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.37%

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

R = 41.9%
G = 21.37%
B = 36.73%

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

#FB80DC (or 0xFB80DC) is known color: Pale Magenta. HEX triplet: FB, 80 and DC. RGB value is (251,128,220). Sum of RGB (Red+Green+Blue) = 251+128+220=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80DC is #047F23. Grayscale: #AFAFAF. Windows color (decimal): -294692 or 14450939. OLE color: 14450939.

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

Color convert

RGB 251 128 220 -
CMYK 0 0.49 0.12 0.02
HSL 315.12º 0.94% 0.74% -
HSV(B) 315.12º 0.49% 0.98% -
XYZ 60.42 41.11 72.46 -
YUV 175.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 251 128 220 0 0.49 0.12 0.02 315.12 0.94 0.74
Hex FB 80 DC 0 31 C 2 13B 5E 4A
Octal 373 200 334 0 61 14 2 473 136 112
Binary 11111011 10000000 11011100 0 110001 1100 10 100111011 1011110 1001010

Color Harmonies of #FB80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80DC

Black with #FB80DC

Text Example


Text Example

White with #FB80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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