#FE7AEC

Color #FE7AEC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FE7AEC

Tints of Pale Magenta #FE7AEC

Color information

#FE7AEC (or 0xFE7AEC) is unknown color: approx 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

RGB254122236-
CMYK00.520.070.00
HSL308.18º98.51%73.73%-
HSV(B)308.18º51.97%99.61%-
XYZ62.9741.0583.96-
YUV174.46162.73184.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 122 (48.05% from 255) = 19.93%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=41.50%
G=19.93%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412223600.520.070.00308.1898.5173.73
HexFE7AEC03470134634a
Octal37617235406470464143112
Binary111111101111010111011000110100111010011010011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>