Html Css Color HEX #FB80D9 Pale Magenta

📋 copy color: '#FB80D9'

red 251 ◦ green 128 ◦ blue 217

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

Shades of Pale Magenta #FB80D9

Tints of Pale Magenta #FB80D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 42.11%
G = 21.48%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB80D9 (or 0xFB80D9) is known color: Pale Magenta. HEX triplet: FB, 80 and D9. RGB value is (251,128,217). Sum of RGB (Red+Green+Blue) = 251+128+217=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80D9 is #047F26. Grayscale: #AEAEAE. Windows color (decimal): -294695 or 14254331. OLE color: 14254331.

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

Color convert

RGB 251 128 217 -
CMYK 0 0.49 0.14 0.02
HSL 316.59º 0.94% 0.74% -
HSV(B) 316.59º 0.49% 0.98% -
XYZ 60.03 40.96 70.39 -
YUV 174.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 251 128 217 0 0.49 0.14 0.02 316.59 0.94 0.74
Hex FB 80 D9 0 31 E 2 13D 5E 4A
Octal 373 200 331 0 61 16 2 475 136 112
Binary 11111011 10000000 11011001 0 110001 1110 10 100111101 1011110 1001010

Color Harmonies of #FB80D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB80D9

Black with #FB80D9

Text Example


Text Example

White with #FB80D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB80D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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