#FE8FDD

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

Shades of Pale Magenta #FE8FDD

Tints of Pale Magenta #FE8FDD

Color information

#FE8FDD (or 0xFE8FDD) is unknown color: approx Pale Magenta. HEX triplet: FE, 8F and DD. RGB value is (254,143,221). Sum of RGB (Red+Green+Blue) = 254+143+221=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8FDD is #017022. Grayscale: #B8B8B8. Windows color (decimal): -94243 or 14520318. OLE color: 14520318.

HSL color Cylindrical-coordinate representation of color #FE8FDD: hue angle of 317.84º 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 #FE8FDD is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254143221-
CMYK00.440.130.00
HSL317.84º98.23%77.84%-
HSV(B)317.84º43.7%99.61%-
XYZ63.7545.9473.91-
YUV185.08148.27177.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 143 (56.25% from 255) = 23.14%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=41.10%
G=23.14%
B=35.76%

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
Decimal25414322100.440.130.00317.8498.2377.84
HexFE8FDD02CD013e624e
Octal376217335054150476142116
Binary11111110100011111101110101011001101010011111011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8FDD; }

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

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

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

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

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

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

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

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