Html Css Color HEX #FD8EE0 Pale Magenta

📋 copy color: '#FD8EE0'

red 253 ◦ green 142 ◦ blue 224

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

Shades of Pale Magenta #FD8EE0

Tints of Pale Magenta #FD8EE0

RGB

 RED value IS 253 (99.22% from 255) = 40.87%

 GREEN value IS 142 (55.86% from 255) = 22.94%

 BLUE value IS 224 (87.89% from 255) = 36.19%

R = 40.87%
G = 22.94%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FD8EE0 (or 0xFD8EE0) is known color: Pale Magenta. HEX triplet: FD, 8E and E0. RGB value is (253,142,224). Sum of RGB (Red+Green+Blue) = 253+142+224=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 142 (55.86% from 255 or 22.94% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8EE0 is #02711F. Grayscale: #B8B8B8. Windows color (decimal): -160032 or 14716669. OLE color: 14716669.

HSL color Cylindrical-coordinate representation of color #FD8EE0: hue angle of 315.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD8EE0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 142 224 -
CMYK 0 0.44 0.11 0.01
HSL 315.68º 0.97% 0.77% -
HSV(B) 315.68º 0.44% 0.99% -
XYZ 63.64 45.61 75.97 -
YUV 184.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 253 142 224 0 0.44 0.11 0.01 315.68 0.97 0.77
Hex FD 8E E0 0 2C B 1 13C 61 4D
Octal 375 216 340 0 54 13 1 474 141 115
Binary 11111101 10001110 11100000 0 101100 1011 1 100111100 1100001 1001101

Color Harmonies of #FD8EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8EE0

Black with #FD8EE0

Text Example


Text Example

White with #FD8EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8EE0; }

 p { color: rgb(253,142,224); }

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

background-color css

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

 a { background-color: rgb(253,142,224); }

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

border-color css

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

 span { border-color: rgb(253,142,224); }

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