#FD7CEE

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

Shades of Pale Magenta #FD7CEE

Tints of Pale Magenta #FD7CEE

Color information

#FD7CEE (or 0xFD7CEE) is unknown color: approx Pale Magenta. HEX triplet: FD, 7C and EE. RGB value is (253,124,238). Sum of RGB (Red+Green+Blue) = 253+124+238=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD7CEE is #028311. Grayscale: #AFAFAF. Windows color (decimal): -164626 or 15629565. OLE color: 15629565.

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

Color convert

RGB253124238-
CMYK00.510.060.01
HSL306.98º96.99%73.92%-
HSV(B)306.98º50.99%99.22%-
XYZ63.1541.4785.57-
YUV175.57163.24183.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.14%
GREEN value IS 124 (48.83% from 255) = 20.16%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=41.14%
G=20.16%
B=38.70%

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
Decimal25312423800.510.060.01306.9896.9973.92
HexFD7CEE03361133614a
Octal37517435606361463141112
Binary111111011111100111011100110011110110011001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7CEE; }

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

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

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

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

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

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

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

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