Html Css Color HEX #FE8DD7 Pale Magenta

📋 copy color: '#FE8DD7'

red 254 ◦ green 141 ◦ blue 215

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

Shades of Pale Magenta #FE8DD7

Tints of Pale Magenta #FE8DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.25%

R = 41.64%
G = 23.11%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE8DD7 (or 0xFE8DD7) is known color: Pale Magenta. HEX triplet: FE, 8D and D7. RGB value is (254,141,215). Sum of RGB (Red+Green+Blue) = 254+141+215=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DD7 is #017228. Grayscale: #B7B7B7. Windows color (decimal): -94761 or 14126590. OLE color: 14126590.

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

Color convert

RGB 254 141 215 -
CMYK 0 0.44 0.15 0.00
HSL 320.71º 0.98% 0.77% -
HSV(B) 320.71º 0.44% 1% -
XYZ 62.66 45.03 69.68 -
YUV 183.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 254 141 215 0 0.44 0.15 0.00 320.71 0.98 0.77
Hex FE 8D D7 0 2C F 0 141 62 4D
Octal 376 215 327 0 54 17 0 501 142 115
Binary 11111110 10001101 11010111 0 101100 1111 0 101000001 1100010 1001101

Color Harmonies of #FE8DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DD7

Black with #FE8DD7

Text Example


Text Example

White with #FE8DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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