Html Css Color HEX #FE82D9 Pale Magenta

📋 copy color: '#FE82D9'

red 254 ◦ green 130 ◦ blue 217

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

Shades of Pale Magenta #FE82D9

Tints of Pale Magenta #FE82D9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.63%

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

R = 42.26%
G = 21.63%
B = 36.11%

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

#FE82D9 (or 0xFE82D9) is known color: Pale Magenta. HEX triplet: FE, 82 and D9. RGB value is (254,130,217). Sum of RGB (Red+Green+Blue) = 254+130+217=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82D9 is #017D26. Grayscale: #B0B0B0. Windows color (decimal): -97575 or 14254846. OLE color: 14254846.

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

Color convert

RGB 254 130 217 -
CMYK 0 0.49 0.15 0.00
HSL 317.9º 0.98% 0.75% -
HSV(B) 317.9º 0.49% 1% -
XYZ 61.38 42.05 70.53 -
YUV 176.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 254 130 217 0 0.49 0.15 0.00 317.9 0.98 0.75
Hex FE 82 D9 0 31 F 0 13E 62 4B
Octal 376 202 331 0 61 17 0 476 142 113
Binary 11111110 10000010 11011001 0 110001 1111 0 100111110 1100010 1001011

Color Harmonies of #FE82D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82D9

Black with #FE82D9

Text Example


Text Example

White with #FE82D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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