#FD7CEA

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

Shades of Pale Magenta #FD7CEA

Tints of Pale Magenta #FD7CEA

Color information

#FD7CEA (or 0xFD7CEA) is unknown color: approx Pale Magenta. HEX triplet: FD, 7C and EA. RGB value is (253,124,234). Sum of RGB (Red+Green+Blue) = 253+124+234=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 124 (48.83% from 255 or 20.29% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CEA is #028315. Grayscale: #AEAEAE. Windows color (decimal): -164630 or 15367421. OLE color: 15367421.

HSL color Cylindrical-coordinate representation of color #FD7CEA: hue angle of 308.84º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7CEA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253124234-
CMYK00.510.080.01
HSL308.84º96.99%73.92%-
HSV(B)308.84º50.99%99.22%-
XYZ62.5741.2482.5-
YUV175.11161.24183.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 124 (48.83% from 255) = 20.29%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=41.41%
G=20.29%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312423400.510.080.01308.8496.9973.92
HexFD7CEA03381135614a
Octal375174352063101465141112
Binary1111110111111001110101001100111000110011010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CEA; }

 p { color: rgb(253,124,234); }

 H1.HeaderClassName
 {
   color: #FD7CEA;
 }
 .AnyTagClassName
 {
   color: #FD7CEA;
 }
</style>
background-color css

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

 a { background-color: rgb(253,124,234); }

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

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

 span { border-color: rgb(253,124,234); }

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