Html Css Color HEX #FD8EDC Pale Magenta

📋 copy color: '#FD8EDC'

red 253 ◦ green 142 ◦ blue 220

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

Shades of Pale Magenta #FD8EDC

Tints of Pale Magenta #FD8EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.77%

R = 41.14%
G = 23.09%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD8EDC (or 0xFD8EDC) is known color: Pale Magenta. HEX triplet: FD, 8E and DC. RGB value is (253,142,220). Sum of RGB (Red+Green+Blue) = 253+142+220=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8EDC is #027123. Grayscale: #B7B7B7. Windows color (decimal): -160036 or 14454525. OLE color: 14454525.

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

Color convert

RGB 253 142 220 -
CMYK 0 0.44 0.13 0.01
HSL 317.84º 0.97% 0.77% -
HSV(B) 317.84º 0.44% 0.99% -
XYZ 63.1 45.4 73.15 -
YUV 184.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 253 142 220 0 0.44 0.13 0.01 317.84 0.97 0.77
Hex FD 8E DC 0 2C D 1 13E 61 4D
Octal 375 216 334 0 54 15 1 476 141 115
Binary 11111101 10001110 11011100 0 101100 1101 1 100111110 1100001 1001101

Color Harmonies of #FD8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8EDC

Black with #FD8EDC

Text Example


Text Example

White with #FD8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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