#FD7CEF

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

Shades of Pale Magenta #FD7CEF

Tints of Pale Magenta #FD7CEF

Color information

#FD7CEF (or 0xFD7CEF) is unknown color: approx Pale Magenta. HEX triplet: FD, 7C and EF. RGB value is (253,124,239). Sum of RGB (Red+Green+Blue) = 253+124+239=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CEF is #028310. Grayscale: #AFAFAF. Windows color (decimal): -164625 or 15695101. OLE color: 15695101.

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

Color convert

RGB253124239-
CMYK00.510.060.01
HSL306.51º96.99%73.92%-
HSV(B)306.51º50.99%99.22%-
XYZ63.341.5386.34-
YUV175.68163.74183.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.07%
GREEN value IS 124 (48.83% from 255) = 20.13%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=41.07%
G=20.13%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312423900.510.060.01306.5196.9973.92
HexFD7CEF03361133614a
Octal37517435706361463141112
Binary111111011111100111011110110011110110011001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CEF; }

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

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

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

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

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

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

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

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