#FD7CE9

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

Shades of Pale Magenta #FD7CE9

Tints of Pale Magenta #FD7CE9

Color information

#FD7CE9 (or 0xFD7CE9) is unknown color: approx Pale Magenta. HEX triplet: FD, 7C and E9. RGB value is (253,124,233). Sum of RGB (Red+Green+Blue) = 253+124+233=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 124 (48.83% from 255 or 20.33% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CE9 is #028316. Grayscale: #AEAEAE. Windows color (decimal): -164631 or 15301885. OLE color: 15301885.

HSL color Cylindrical-coordinate representation of color #FD7CE9: hue angle of 309.3º 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 #FD7CE9 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253124233-
CMYK00.510.080.01
HSL309.3º96.99%73.92%-
HSV(B)309.3º50.99%99.22%-
XYZ62.4241.1881.75-
YUV175160.74183.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 124 (48.83% from 255) = 20.33%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=41.48%
G=20.33%
B=38.20%

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
Decimal25312423300.510.080.01309.396.9973.92
HexFD7CE903381135614a
Octal375174351063101465141112
Binary1111110111111001110100101100111000110011010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CE9; }

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

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

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

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

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

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

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

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