Html Css Color HEX #FE7FDC Pale Magenta

📋 copy color: '#FE7FDC'

red 254 ◦ green 127 ◦ blue 220

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

Shades of Pale Magenta #FE7FDC

Tints of Pale Magenta #FE7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.13%

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

R = 42.26%
G = 21.13%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE7FDC (or 0xFE7FDC) is known color: Pale Magenta. HEX triplet: FE, 7F and DC. RGB value is (254,127,220). Sum of RGB (Red+Green+Blue) = 254+127+220=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 127 (50% from 255 or 21.13% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FDC is #018023. Grayscale: #AFAFAF. Windows color (decimal): -98340 or 14450686. OLE color: 14450686.

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

Color convert

RGB 254 127 220 -
CMYK 0 0.50 0.13 0.00
HSL 316.06º 0.98% 0.75% -
HSV(B) 316.06º 0.5% 1% -
XYZ 61.38 41.42 72.47 -
YUV 175.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 254 127 220 0 0.50 0.13 0.00 316.06 0.98 0.75
Hex FE 7F DC 0 32 D 0 13C 62 4B
Octal 376 177 334 0 62 15 0 474 142 113
Binary 11111110 1111111 11011100 0 110010 1101 0 100111100 1100010 1001011

Color Harmonies of #FE7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FDC

Black with #FE7FDC

Text Example


Text Example

White with #FE7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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