Html Css Color HEX #FE84DD Pale Magenta

📋 copy color: '#FE84DD'

red 254 ◦ green 132 ◦ blue 221

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

Shades of Pale Magenta #FE84DD

Tints of Pale Magenta #FE84DD

RGB

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

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

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

R = 41.85%
G = 21.75%
B = 36.41%

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

#FE84DD (or 0xFE84DD) is known color: Pale Magenta. HEX triplet: FE, 84 and DD. RGB value is (254,132,221). Sum of RGB (Red+Green+Blue) = 254+132+221=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84DD is #017B22. Grayscale: #B2B2B2. Windows color (decimal): -97059 or 14517502. OLE color: 14517502.

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

Color convert

RGB 254 132 221 -
CMYK 0 0.48 0.13 0.00
HSL 316.23º 0.98% 0.76% -
HSV(B) 316.23º 0.48% 1% -
XYZ 62.18 42.79 73.39 -
YUV 178.62 151.92 181.76 -
System Red Green Blue C M Y K H S L
Decimal 254 132 221 0 0.48 0.13 0.00 316.23 0.98 0.76
Hex FE 84 DD 0 30 D 0 13C 62 4C
Octal 376 204 335 0 60 15 0 474 142 114
Binary 11111110 10000100 11011101 0 110000 1101 0 100111100 1100010 1001100

Color Harmonies of #FE84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE84DD

Black with #FE84DD

Text Example


Text Example

White with #FE84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE84DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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