Html Css Color HEX #FD8EDB Pale Magenta

📋 copy color: '#FD8EDB'

red 253 ◦ green 142 ◦ blue 219

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

Shades of Pale Magenta #FD8EDB

Tints of Pale Magenta #FD8EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.67%

R = 41.21%
G = 23.13%
B = 35.67%

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

#FD8EDB (or 0xFD8EDB) is known color: Pale Magenta. HEX triplet: FD, 8E and DB. RGB value is (253,142,219). Sum of RGB (Red+Green+Blue) = 253+142+219=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8EDB is #027124. Grayscale: #B7B7B7. Windows color (decimal): -160037 or 14388989. OLE color: 14388989.

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

Color convert

RGB 253 142 219 -
CMYK 0 0.44 0.13 0.01
HSL 318.38º 0.97% 0.77% -
HSV(B) 318.38º 0.44% 0.99% -
XYZ 62.97 45.34 72.45 -
YUV 183.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 253 142 219 0 0.44 0.13 0.01 318.38 0.97 0.77
Hex FD 8E DB 0 2C D 1 13E 61 4D
Octal 375 216 333 0 54 15 1 476 141 115
Binary 11111101 10001110 11011011 0 101100 1101 1 100111110 1100001 1001101

Color Harmonies of #FD8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8EDB

Black with #FD8EDB

Text Example


Text Example

White with #FD8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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