Html Css Color HEX #FE84EA Pale Magenta

📋 copy color: '#FE84EA'

red 254 ◦ green 132 ◦ blue 234

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

Shades of Pale Magenta #FE84EA

Tints of Pale Magenta #FE84EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.29%

 BLUE value IS 234 (91.8% from 255) = 37.74%

R = 40.97%
G = 21.29%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE84EA (or 0xFE84EA) is known color: Pale Magenta. HEX triplet: FE, 84 and EA. RGB value is (254,132,234). Sum of RGB (Red+Green+Blue) = 254+132+234=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 132 (51.95% from 255 or 21.29% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE84EA is #017B15. Grayscale: #B3B3B3. Windows color (decimal): -97046 or 15369470. OLE color: 15369470.

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

Color convert

RGB 254 132 234 -
CMYK 0 0.48 0.08 0.00
HSL 309.84º 0.98% 0.76% -
HSV(B) 309.84º 0.48% 1% -
XYZ 63.98 43.51 82.87 -
YUV 180.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 254 132 234 0 0.48 0.08 0.00 309.84 0.98 0.76
Hex FE 84 EA 0 30 8 0 136 62 4C
Octal 376 204 352 0 60 10 0 466 142 114
Binary 11111110 10000100 11101010 0 110000 1000 0 100110110 1100010 1001100

Color Harmonies of #FE84EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE84EA

Black with #FE84EA

Text Example


Text Example

White with #FE84EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE84EA; }

 p { color: rgb(254,132,234); }

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

background-color css

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

 a { background-color: rgb(254,132,234); }

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

border-color css

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

 span { border-color: rgb(254,132,234); }

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