Html Css Color HEX #FE80D8 Pale Magenta

📋 copy color: '#FE80D8'

red 254 ◦ green 128 ◦ blue 216

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

Shades of Pale Magenta #FE80D8

Tints of Pale Magenta #FE80D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.12%

R = 42.47%
G = 21.4%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE80D8 (or 0xFE80D8) is known color: Pale Magenta. HEX triplet: FE, 80 and D8. RGB value is (254,128,216). Sum of RGB (Red+Green+Blue) = 254+128+216=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80D8 is #017F27. Grayscale: #AFAFAF. Windows color (decimal): -98088 or 14188798. OLE color: 14188798.

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

Color convert

RGB 254 128 216 -
CMYK 0 0.50 0.15 0.00
HSL 318.1º 0.98% 0.75% -
HSV(B) 318.1º 0.5% 1% -
XYZ 60.99 41.47 69.76 -
YUV 175.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 254 128 216 0 0.50 0.15 0.00 318.1 0.98 0.75
Hex FE 80 D8 0 32 F 0 13E 62 4B
Octal 376 200 330 0 62 17 0 476 142 113
Binary 11111110 10000000 11011000 0 110010 1111 0 100111110 1100010 1001011

Color Harmonies of #FE80D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80D8

Black with #FE80D8

Text Example


Text Example

White with #FE80D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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