Html Css Color HEX #FD76EC Pale Magenta

📋 copy color: '#FD76EC'

red 253 ◦ green 118 ◦ blue 236

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

Shades of Pale Magenta #FD76EC

Tints of Pale Magenta #FD76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.44%

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

R = 41.68%
G = 19.44%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD76EC (or 0xFD76EC) is known color: Pale Magenta. HEX triplet: FD, 76 and EC. RGB value is (253,118,236). Sum of RGB (Red+Green+Blue) = 253+118+236=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 118 (46.48% from 255 or 19.44% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FD76EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD76EC is #028913. Grayscale: #ABABAB. Windows color (decimal): -166164 or 15496957. OLE color: 15496957.

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

Color convert

RGB 253 118 236 -
CMYK 0 0.53 0.07 0.01
HSL 307.56º 0.97% 0.73% -
HSV(B) 307.56º 0.53% 0.99% -
XYZ 62.13 39.9 83.78 -
YUV 171.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 253 118 236 0 0.53 0.07 0.01 307.56 0.97 0.73
Hex FD 76 EC 0 35 7 1 134 61 49
Octal 375 166 354 0 65 7 1 464 141 111
Binary 11111101 1110110 11101100 0 110101 111 1 100110100 1100001 1001001

Color Harmonies of #FD76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD76EC

Black with #FD76EC

Text Example


Text Example

White with #FD76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD76EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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