Html Css Color HEX #FE82EF Pale Magenta

📋 copy color: '#FE82EF'

red 254 ◦ green 130 ◦ blue 239

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

Shades of Pale Magenta #FE82EF

Tints of Pale Magenta #FE82EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.36%

R = 40.77%
G = 20.87%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE82EF (or 0xFE82EF) is known color: Pale Magenta. HEX triplet: FE, 82 and EF. RGB value is (254,130,239). Sum of RGB (Red+Green+Blue) = 254+130+239=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 130 (51.17% from 255 or 20.87% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE82EF is #017D10. Grayscale: #B3B3B3. Windows color (decimal): -97553 or 15696638. OLE color: 15696638.

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

Color convert

RGB 254 130 239 -
CMYK 0 0.49 0.06 0.00
HSL 307.26º 0.98% 0.75% -
HSV(B) 307.26º 0.49% 1% -
XYZ 64.44 43.27 86.62 -
YUV 179.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 254 130 239 0 0.49 0.06 0.00 307.26 0.98 0.75
Hex FE 82 EF 0 31 6 0 133 62 4B
Octal 376 202 357 0 61 6 0 463 142 113
Binary 11111110 10000010 11101111 0 110001 110 0 100110011 1100010 1001011

Color Harmonies of #FE82EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE82EF

Black with #FE82EF

Text Example


Text Example

White with #FE82EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE82EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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