Html Css Color HEX #FE84DC Pale Magenta

📋 copy color: '#FE84DC'

red 254 ◦ green 132 ◦ blue 220

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

Shades of Pale Magenta #FE84DC

Tints of Pale Magenta #FE84DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 41.91%
G = 21.78%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE84DC (or 0xFE84DC) is known color: Pale Magenta. HEX triplet: FE, 84 and DC. RGB value is (254,132,220). Sum of RGB (Red+Green+Blue) = 254+132+220=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 132 (51.95% from 255 or 21.78% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84DC is #017B23. Grayscale: #B2B2B2. Windows color (decimal): -97060 or 14451966. OLE color: 14451966.

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

Color convert

RGB 254 132 220 -
CMYK 0 0.48 0.13 0.00
HSL 316.72º 0.98% 0.76% -
HSV(B) 316.72º 0.48% 1% -
XYZ 62.04 42.74 72.69 -
YUV 178.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 254 132 220 0 0.48 0.13 0.00 316.72 0.98 0.76
Hex FE 84 DC 0 30 D 0 13D 62 4C
Octal 376 204 334 0 60 15 0 475 142 114
Binary 11111110 10000100 11011100 0 110000 1101 0 100111101 1100010 1001100

Color Harmonies of #FE84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE84DC

Black with #FE84DC

Text Example


Text Example

White with #FE84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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