Html Css Color HEX #FE80DA Pale Magenta

📋 copy color: '#FE80DA'

red 254 ◦ green 128 ◦ blue 218

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

Shades of Pale Magenta #FE80DA

Tints of Pale Magenta #FE80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 42.33%
G = 21.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE80DA (or 0xFE80DA) is known color: Pale Magenta. HEX triplet: FE, 80 and DA. RGB value is (254,128,218). Sum of RGB (Red+Green+Blue) = 254+128+218=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80DA is #017F25. Grayscale: #AFAFAF. Windows color (decimal): -98086 or 14319870. OLE color: 14319870.

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

Color convert

RGB 254 128 218 -
CMYK 0 0.50 0.14 0.00
HSL 317.14º 0.98% 0.75% -
HSV(B) 317.14º 0.5% 1% -
XYZ 61.25 41.57 71.13 -
YUV 175.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 254 128 218 0 0.50 0.14 0.00 317.14 0.98 0.75
Hex FE 80 DA 0 32 E 0 13D 62 4B
Octal 376 200 332 0 62 16 0 475 142 113
Binary 11111110 10000000 11011010 0 110010 1110 0 100111101 1100010 1001011

Color Harmonies of #FE80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE80DA

Black with #FE80DA

Text Example


Text Example

White with #FE80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE80DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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