Html Css Color HEX #FE82DD Pale Magenta

📋 copy color: '#FE82DD'

red 254 ◦ green 130 ◦ blue 221

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

Shades of Pale Magenta #FE82DD

Tints of Pale Magenta #FE82DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 41.98%
G = 21.49%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE82DD (or 0xFE82DD) is known color: Pale Magenta. HEX triplet: FE, 82 and DD. RGB value is (254,130,221). Sum of RGB (Red+Green+Blue) = 254+130+221=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE82DD is #017D22. Grayscale: #B1B1B1. Windows color (decimal): -97571 or 14516990. OLE color: 14516990.

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

Color convert

RGB 254 130 221 -
CMYK 0 0.49 0.13 0.00
HSL 315.97º 0.98% 0.75% -
HSV(B) 315.97º 0.49% 1% -
XYZ 61.91 42.26 73.3 -
YUV 177.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 254 130 221 0 0.49 0.13 0.00 315.97 0.98 0.75
Hex FE 82 DD 0 31 D 0 13C 62 4B
Octal 376 202 335 0 61 15 0 474 142 113
Binary 11111110 10000010 11011101 0 110001 1101 0 100111100 1100010 1001011

Color Harmonies of #FE82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82DD

Black with #FE82DD

Text Example


Text Example

White with #FE82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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