Html Css Color HEX #FE8DDF Pale Magenta

📋 copy color: '#FE8DDF'

red 254 ◦ green 141 ◦ blue 223

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

Shades of Pale Magenta #FE8DDF

Tints of Pale Magenta #FE8DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 41.1%
G = 22.82%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE8DDF (or 0xFE8DDF) is known color: Pale Magenta. HEX triplet: FE, 8D and DF. RGB value is (254,141,223). Sum of RGB (Red+Green+Blue) = 254+141+223=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 141 (55.47% from 255 or 22.82% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DDF is #017220. Grayscale: #B7B7B7. Windows color (decimal): -94753 or 14650878. OLE color: 14650878.

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

Color convert

RGB 254 141 223 -
CMYK 0 0.44 0.12 0.00
HSL 316.46º 0.98% 0.77% -
HSV(B) 316.46º 0.44% 1% -
XYZ 63.72 45.45 75.23 -
YUV 184.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 254 141 223 0 0.44 0.12 0.00 316.46 0.98 0.77
Hex FE 8D DF 0 2C C 0 13C 62 4D
Octal 376 215 337 0 54 14 0 474 142 115
Binary 11111110 10001101 11011111 0 101100 1100 0 100111100 1100010 1001101

Color Harmonies of #FE8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DDF

Black with #FE8DDF

Text Example


Text Example

White with #FE8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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