#FE8FDE

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

Shades of Pale Magenta #FE8FDE

Tints of Pale Magenta #FE8FDE

Color information

#FE8FDE (or 0xFE8FDE) is unknown color: approx Pale Magenta. HEX triplet: FE, 8F and DE. RGB value is (254,143,222). Sum of RGB (Red+Green+Blue) = 254+143+222=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FDE is #017021. Grayscale: #B8B8B8. Windows color (decimal): -94242 or 14585854. OLE color: 14585854.

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

Color convert

RGB254143222-
CMYK00.440.130.00
HSL317.3º98.23%77.84%-
HSV(B)317.3º43.7%99.61%-
XYZ63.8845.9974.62-
YUV185.2148.77177.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 143 (56.25% from 255) = 23.10%
BLUE value IS 222 (87.11% from 255) = 35.86%
R=41.03%
G=23.10%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414322200.440.130.00317.398.2377.84
HexFE8FDE02CD013d624e
Octal376217336054150475142116
Binary11111110100011111101111001011001101010011110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FDE; }

 p { color: rgb(254,143,222); }

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

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

 a { background-color: rgb(254,143,222); }

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

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

 span { border-color: rgb(254,143,222); }

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