Html Css Color HEX #FE7AEC Pale Magenta

📋 copy color: '#FE7AEC'

red 254 ◦ green 122 ◦ blue 236

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

Shades of Pale Magenta #FE7AEC

Tints of Pale Magenta #FE7AEC

RGB

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

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

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

R = 41.5%
G = 19.93%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE7AEC (or 0xFE7AEC) is known color: Pale Magenta. HEX triplet: FE, 7A and EC. RGB value is (254,122,236). Sum of RGB (Red+Green+Blue) = 254+122+236=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 122 (48.05% from 255 or 19.93% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7AEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7AEC is #018513. Grayscale: #AEAEAE. Windows color (decimal): -99604 or 15497982. OLE color: 15497982.

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

Color convert

RGB 254 122 236 -
CMYK 0 0.52 0.07 0.00
HSL 308.18º 0.99% 0.74% -
HSV(B) 308.18º 0.52% 1% -
XYZ 62.97 41.05 83.96 -
YUV 174.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 254 122 236 0 0.52 0.07 0.00 308.18 0.99 0.74
Hex FE 7A EC 0 34 7 0 134 63 4A
Octal 376 172 354 0 64 7 0 464 143 112
Binary 11111110 1111010 11101100 0 110100 111 0 100110100 1100011 1001010

Color Harmonies of #FE7AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7AEC

Black with #FE7AEC

Text Example


Text Example

White with #FE7AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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