Html Css Color HEX #FD82EC Pale Magenta

📋 copy color: '#FD82EC'

red 253 ◦ green 130 ◦ blue 236

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

Shades of Pale Magenta #FD82EC

Tints of Pale Magenta #FD82EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21%

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

R = 40.87%
G = 21%
B = 38.13%

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

#FD82EC (or 0xFD82EC) is known color: Pale Magenta. HEX triplet: FD, 82 and EC. RGB value is (253,130,236). Sum of RGB (Red+Green+Blue) = 253+130+236=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FD82EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD82EC is #027D13. Grayscale: #B2B2B2. Windows color (decimal): -163092 or 15500029. OLE color: 15500029.

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

Color convert

RGB 253 130 236 -
CMYK 0 0.49 0.07 0.01
HSL 308.29º 0.97% 0.75% -
HSV(B) 308.29º 0.49% 0.99% -
XYZ 63.63 42.9 84.28 -
YUV 178.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 253 130 236 0 0.49 0.07 0.01 308.29 0.97 0.75
Hex FD 82 EC 0 31 7 1 134 61 4B
Octal 375 202 354 0 61 7 1 464 141 113
Binary 11111101 10000010 11101100 0 110001 111 1 100110100 1100001 1001011

Color Harmonies of #FD82EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD82EC

Black with #FD82EC

Text Example


Text Example

White with #FD82EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD82EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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