Html Css Color HEX #FE81DD Pale Magenta

📋 copy color: '#FE81DD'

red 254 ◦ green 129 ◦ blue 221

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

Shades of Pale Magenta #FE81DD

Tints of Pale Magenta #FE81DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.36%

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

R = 42.05%
G = 21.36%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE81DD (or 0xFE81DD) is known color: Pale Magenta. HEX triplet: FE, 81 and DD. RGB value is (254,129,221). Sum of RGB (Red+Green+Blue) = 254+129+221=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE81DD is #017E22. Grayscale: #B0B0B0. Windows color (decimal): -97827 or 14516734. OLE color: 14516734.

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

Color convert

RGB 254 129 221 -
CMYK 0 0.49 0.13 0.00
HSL 315.84º 0.98% 0.75% -
HSV(B) 315.84º 0.49% 1% -
XYZ 61.77 41.99 73.26 -
YUV 176.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 254 129 221 0 0.49 0.13 0.00 315.84 0.98 0.75
Hex FE 81 DD 0 31 D 0 13C 62 4B
Octal 376 201 335 0 61 15 0 474 142 113
Binary 11111110 10000001 11011101 0 110001 1101 0 100111100 1100010 1001011

Color Harmonies of #FE81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE81DD

Black with #FE81DD

Text Example


Text Example

White with #FE81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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