#FD8CE8

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

Shades of Pale Magenta #FD8CE8

Tints of Pale Magenta #FD8CE8

Color information

#FD8CE8 (or 0xFD8CE8) is unknown color: approx Pale Magenta. HEX triplet: FD, 8C and E8. RGB value is (253,140,232). Sum of RGB (Red+Green+Blue) = 253+140+232=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 140 (55.08% from 255 or 22.4% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CE8 is #027317. Grayscale: #B8B8B8. Windows color (decimal): -160536 or 15240445. OLE color: 15240445.

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

Color convert

RGB253140232-
CMYK00.450.080.01
HSL311.15º96.58%77.06%-
HSV(B)311.15º44.66%99.22%-
XYZ64.4545.4781.72-
YUV184.28154.94177.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 140 (55.08% from 255) = 22.4%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=40.48%
G=22.4%
B=37.12%

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
Decimal25314023200.450.080.01311.1596.5877.06
HexFD8CE802D81137614d
Octal375214350055101467141115
Binary11111101100011001110100001011011000110011011111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8CE8; }

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

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

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

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

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

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

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

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