#FE8CDA

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

Shades of Pale Magenta #FE8CDA

Tints of Pale Magenta #FE8CDA

Color information

#FE8CDA (or 0xFE8CDA) is unknown color: approx Pale Magenta. HEX triplet: FE, 8C and DA. RGB value is (254,140,218). Sum of RGB (Red+Green+Blue) = 254+140+218=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8CDA is #017325. Grayscale: #B6B6B6. Windows color (decimal): -95014 or 14322942. OLE color: 14322942.

HSL color Cylindrical-coordinate representation of color #FE8CDA: hue angle of 318.95º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FE8CDA is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254140218-
CMYK00.450.140.00
HSL318.95º98.28%77.25%-
HSV(B)318.95º44.88%99.61%-
XYZ62.9144.8971.68-
YUV182.98147.77178.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 140 (55.08% from 255) = 22.88%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=41.50%
G=22.88%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414021800.450.140.00318.9598.2877.25
HexFE8CDA02DE013f624d
Octal376214332055160477142115
Binary11111110100011001101101001011011110010011111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8CDA; }

 p { color: rgb(254,140,218); }

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

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

 a { background-color: rgb(254,140,218); }

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

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

 span { border-color: rgb(254,140,218); }

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