Html Css Color HEX #FD81EC Pale Magenta

📋 copy color: '#FD81EC'

red 253 ◦ green 129 ◦ blue 236

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

Shades of Pale Magenta #FD81EC

Tints of Pale Magenta #FD81EC

RGB

 RED value IS 253 (99.22% from 255) = 40.94%

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

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 40.94%
G = 20.87%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD81EC (or 0xFD81EC) is known color: Pale Magenta. HEX triplet: FD, 81 and EC. RGB value is (253,129,236). Sum of RGB (Red+Green+Blue) = 253+129+236=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FD81EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD81EC is #027E13. Grayscale: #B1B1B1. Windows color (decimal): -163348 or 15499773. OLE color: 15499773.

HSL color Cylindrical-coordinate representation of color #FD81EC: hue angle of 308.23º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FD81EC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 129 236 -
CMYK 0 0.49 0.07 0.01
HSL 308.23º 0.97% 0.75% -
HSV(B) 308.23º 0.49% 0.99% -
XYZ 63.5 42.64 84.24 -
YUV 178.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 253 129 236 0 0.49 0.07 0.01 308.23 0.97 0.75
Hex FD 81 EC 0 31 7 1 134 61 4B
Octal 375 201 354 0 61 7 1 464 141 113
Binary 11111101 10000001 11101100 0 110001 111 1 100110100 1100001 1001011

Color Harmonies of #FD81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD81EC

Black with #FD81EC

Text Example


Text Example

White with #FD81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD81EC; }

 p { color: rgb(253,129,236); }

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

background-color css

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

 a { background-color: rgb(253,129,236); }

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

border-color css

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

 span { border-color: rgb(253,129,236); }

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