Html Css Color HEX #FE7DDC Pale Magenta

📋 copy color: '#FE7DDC'

red 254 ◦ green 125 ◦ blue 220

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

Shades of Pale Magenta #FE7DDC

Tints of Pale Magenta #FE7DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.87%

 BLUE value IS 220 (86.33% from 255) = 36.73%

R = 42.4%
G = 20.87%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE7DDC (or 0xFE7DDC) is known color: Pale Magenta. HEX triplet: FE, 7D and DC. RGB value is (254,125,220). Sum of RGB (Red+Green+Blue) = 254+125+220=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DDC is #018223. Grayscale: #AEAEAE. Windows color (decimal): -98852 or 14450174. OLE color: 14450174.

HSL color Cylindrical-coordinate representation of color #FE7DDC: hue angle of 315.81º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DDC is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 125 220 -
CMYK 0 0.51 0.13 0.00
HSL 315.81º 0.98% 0.74% -
HSV(B) 315.81º 0.51% 1% -
XYZ 61.12 40.91 72.38 -
YUV 174.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 254 125 220 0 0.51 0.13 0.00 315.81 0.98 0.74
Hex FE 7D DC 0 33 D 0 13C 62 4A
Octal 376 175 334 0 63 15 0 474 142 112
Binary 11111110 1111101 11011100 0 110011 1101 0 100111100 1100010 1001010

Color Harmonies of #FE7DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7DDC

Black with #FE7DDC

Text Example


Text Example

White with #FE7DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7DDC; }

 p { color: rgb(254,125,220); }

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

background-color css

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

 a { background-color: rgb(254,125,220); }

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

border-color css

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

 span { border-color: rgb(254,125,220); }

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