#FD8CEA

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

Shades of Pale Magenta #FD8CEA

Tints of Pale Magenta #FD8CEA

Color information

#FD8CEA (or 0xFD8CEA) is unknown color: approx Pale Magenta. HEX triplet: FD, 8C and EA. RGB value is (253,140,234). Sum of RGB (Red+Green+Blue) = 253+140+234=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CEA is #027315. Grayscale: #B8B8B8. Windows color (decimal): -160534 or 15371517. OLE color: 15371517.

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

Color convert

RGB253140234-
CMYK00.450.080.01
HSL310.09º96.58%77.06%-
HSV(B)310.09º44.66%99.22%-
XYZ64.7445.5883.23-
YUV184.5155.94176.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 140 (55.08% from 255) = 22.33%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=40.35%
G=22.33%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314023400.450.080.01310.0996.5877.06
HexFD8CEA02D81136614d
Octal375214352055101466141115
Binary11111101100011001110101001011011000110011011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CEA; }

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

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

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

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

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

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

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

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