Html Css Color HEX #FE80D5 Pale Magenta

📋 copy color: '#FE80D5'

red 254 ◦ green 128 ◦ blue 213

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

Shades of Pale Magenta #FE80D5

Tints of Pale Magenta #FE80D5

RGB

 RED value IS 254 (99.61% from 255) = 42.69%

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

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 42.69%
G = 21.51%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE80D5 (or 0xFE80D5) is known color: Pale Magenta. HEX triplet: FE, 80 and D5. RGB value is (254,128,213). Sum of RGB (Red+Green+Blue) = 254+128+213=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80D5 is #017F2A. Grayscale: #AFAFAF. Windows color (decimal): -98091 or 13992190. OLE color: 13992190.

HSL color Cylindrical-coordinate representation of color #FE80D5: hue angle of 319.52º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80D5 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 128 213 -
CMYK 0 0.50 0.16 0.00
HSL 319.52º 0.98% 0.75% -
HSV(B) 319.52º 0.5% 1% -
XYZ 60.6 41.31 67.73 -
YUV 175.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 254 128 213 0 0.50 0.16 0.00 319.52 0.98 0.75
Hex FE 80 D5 0 32 10 0 140 62 4B
Octal 376 200 325 0 62 20 0 500 142 113
Binary 11111110 10000000 11010101 0 110010 10000 0 101000000 1100010 1001011

Color Harmonies of #FE80D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80D5

Black with #FE80D5

Text Example


Text Example

White with #FE80D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80D5; }

 p { color: rgb(254,128,213); }

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

background-color css

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

 a { background-color: rgb(254,128,213); }

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

border-color css

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

 span { border-color: rgb(254,128,213); }

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