Html Css Color HEX #FE81D9 Pale Magenta

📋 copy color: '#FE81D9'

red 254 ◦ green 129 ◦ blue 217

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

Shades of Pale Magenta #FE81D9

Tints of Pale Magenta #FE81D9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.5%

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

R = 42.33%
G = 21.5%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE81D9 (or 0xFE81D9) is known color: Pale Magenta. HEX triplet: FE, 81 and D9. RGB value is (254,129,217). Sum of RGB (Red+Green+Blue) = 254+129+217=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81D9 is #017E26. Grayscale: #B0B0B0. Windows color (decimal): -97831 or 14254590. OLE color: 14254590.

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

Color convert

RGB 254 129 217 -
CMYK 0 0.49 0.15 0.00
HSL 317.76º 0.98% 0.75% -
HSV(B) 317.76º 0.49% 1% -
XYZ 61.25 41.78 70.48 -
YUV 176.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 254 129 217 0 0.49 0.15 0.00 317.76 0.98 0.75
Hex FE 81 D9 0 31 F 0 13E 62 4B
Octal 376 201 331 0 61 17 0 476 142 113
Binary 11111110 10000001 11011001 0 110001 1111 0 100111110 1100010 1001011

Color Harmonies of #FE81D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81D9

Black with #FE81D9

Text Example


Text Example

White with #FE81D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81D9; }

 p { color: rgb(254,129,217); }

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

background-color css

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

 a { background-color: rgb(254,129,217); }

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

border-color css

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

 span { border-color: rgb(254,129,217); }

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