Html Css Color HEX #FD8EDE Pale Magenta

📋 copy color: '#FD8EDE'

red 253 ◦ green 142 ◦ blue 222

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

Shades of Pale Magenta #FD8EDE

Tints of Pale Magenta #FD8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.98%

R = 41%
G = 23.01%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD8EDE (or 0xFD8EDE) is known color: Pale Magenta. HEX triplet: FD, 8E and DE. RGB value is (253,142,222). Sum of RGB (Red+Green+Blue) = 253+142+222=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8EDE is #027121. Grayscale: #B8B8B8. Windows color (decimal): -160034 or 14585597. OLE color: 14585597.

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

Color convert

RGB 253 142 222 -
CMYK 0 0.44 0.12 0.01
HSL 316.76º 0.97% 0.77% -
HSV(B) 316.76º 0.44% 0.99% -
XYZ 63.37 45.5 74.55 -
YUV 184.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 253 142 222 0 0.44 0.12 0.01 316.76 0.97 0.77
Hex FD 8E DE 0 2C C 1 13D 61 4D
Octal 375 216 336 0 54 14 1 475 141 115
Binary 11111101 10001110 11011110 0 101100 1100 1 100111101 1100001 1001101

Color Harmonies of #FD8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8EDE

Black with #FD8EDE

Text Example


Text Example

White with #FD8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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