Html Css Color HEX #FD8EDD Pale Magenta

📋 copy color: '#FD8EDD'

red 253 ◦ green 142 ◦ blue 221

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

Shades of Pale Magenta #FD8EDD

Tints of Pale Magenta #FD8EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 41.07%
G = 23.05%
B = 35.88%

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

#FD8EDD (or 0xFD8EDD) is known color: Pale Magenta. HEX triplet: FD, 8E and DD. RGB value is (253,142,221). Sum of RGB (Red+Green+Blue) = 253+142+221=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8EDD is #027122. Grayscale: #B7B7B7. Windows color (decimal): -160035 or 14520061. OLE color: 14520061.

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

Color convert

RGB 253 142 221 -
CMYK 0 0.44 0.13 0.01
HSL 317.3º 0.97% 0.77% -
HSV(B) 317.3º 0.44% 0.99% -
XYZ 63.23 45.45 73.85 -
YUV 184.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 253 142 221 0 0.44 0.13 0.01 317.3 0.97 0.77
Hex FD 8E DD 0 2C D 1 13D 61 4D
Octal 375 216 335 0 54 15 1 475 141 115
Binary 11111101 10001110 11011101 0 101100 1101 1 100111101 1100001 1001101

Color Harmonies of #FD8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8EDD

Black with #FD8EDD

Text Example


Text Example

White with #FD8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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