Html Css Color HEX #FE8DEC Pale Magenta

📋 copy color: '#FE8DEC'

red 254 ◦ green 141 ◦ blue 236

#FE8DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FE8DEC

Tints of Pale Magenta #FE8DEC

RGB

 RED value IS 254 (99.61% from 255) = 40.25%

 GREEN value IS 141 (55.47% from 255) = 22.35%

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 40.25%
G = 22.35%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE8DEC (or 0xFE8DEC) is known color: Pale Magenta. HEX triplet: FE, 8D and EC. RGB value is (254,141,236). Sum of RGB (Red+Green+Blue) = 254+141+236=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 141 (55.47% from 255 or 22.35% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8DEC is #017213. Grayscale: #B9B9B9. Windows color (decimal): -94740 or 15502846. OLE color: 15502846.

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

Color convert

RGB 254 141 236 -
CMYK 0 0.44 0.07 0.00
HSL 309.56º 0.98% 0.77% -
HSV(B) 309.56º 0.44% 1% -
XYZ 65.54 46.18 84.82 -
YUV 185.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 254 141 236 0 0.44 0.07 0.00 309.56 0.98 0.77
Hex FE 8D EC 0 2C 7 0 136 62 4D
Octal 376 215 354 0 54 7 0 466 142 115
Binary 11111110 10001101 11101100 0 101100 111 0 100110110 1100010 1001101

Color Harmonies of #FE8DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DEC

Black with #FE8DEC

Text Example


Text Example

White with #FE8DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DEC; }

 p { color: rgb(254,141,236); }

 H1.HeaderClassName
 {
   color: #FE8DEC;
 }
 .AnyTagClassName
 {
   color: #FE8DEC;
 }
</style>

background-color css

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

 a { background-color: rgb(254,141,236); }

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

border-color css

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

 span { border-color: rgb(254,141,236); }

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