Html Css Color HEX #FE7ADC Pale Magenta

📋 copy color: '#FE7ADC'

red 254 ◦ green 122 ◦ blue 220

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

Shades of Pale Magenta #FE7ADC

Tints of Pale Magenta #FE7ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.47%

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

R = 42.62%
G = 20.47%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE7ADC (or 0xFE7ADC) is known color: Pale Magenta. HEX triplet: FE, 7A and DC. RGB value is (254,122,220). Sum of RGB (Red+Green+Blue) = 254+122+220=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ADC is #018523. Grayscale: #ACACAC. Windows color (decimal): -99620 or 14449406. OLE color: 14449406.

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

Color convert

RGB 254 122 220 -
CMYK 0 0.52 0.13 0.00
HSL 315.45º 0.99% 0.74% -
HSV(B) 315.45º 0.52% 1% -
XYZ 60.75 40.16 72.26 -
YUV 172.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 254 122 220 0 0.52 0.13 0.00 315.45 0.99 0.74
Hex FE 7A DC 0 34 D 0 13B 63 4A
Octal 376 172 334 0 64 15 0 473 143 112
Binary 11111110 1111010 11011100 0 110100 1101 0 100111011 1100011 1001010

Color Harmonies of #FE7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7ADC

Black with #FE7ADC

Text Example


Text Example

White with #FE7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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