Html Css Color HEX #FE84DB Pale Magenta

📋 copy color: '#FE84DB'

red 254 ◦ green 132 ◦ blue 219

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

Shades of Pale Magenta #FE84DB

Tints of Pale Magenta #FE84DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 41.98%
G = 21.82%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE84DB (or 0xFE84DB) is known color: Pale Magenta. HEX triplet: FE, 84 and DB. RGB value is (254,132,219). Sum of RGB (Red+Green+Blue) = 254+132+219=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84DB is #017B24. Grayscale: #B2B2B2. Windows color (decimal): -97061 or 14386430. OLE color: 14386430.

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

Color convert

RGB 254 132 219 -
CMYK 0 0.48 0.14 0.00
HSL 317.21º 0.98% 0.76% -
HSV(B) 317.21º 0.48% 1% -
XYZ 61.91 42.69 71.99 -
YUV 178.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 254 132 219 0 0.48 0.14 0.00 317.21 0.98 0.76
Hex FE 84 DB 0 30 E 0 13D 62 4C
Octal 376 204 333 0 60 16 0 475 142 114
Binary 11111110 10000100 11011011 0 110000 1110 0 100111101 1100010 1001100

Color Harmonies of #FE84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE84DB

Black with #FE84DB

Text Example


Text Example

White with #FE84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE84DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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