Html Css Color HEX #FE8DDB Pale Magenta

📋 copy color: '#FE8DDB'

red 254 ◦ green 141 ◦ blue 219

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

Shades of Pale Magenta #FE8DDB

Tints of Pale Magenta #FE8DDB

RGB

 RED value IS 254 (99.61% from 255) = 41.37%

 GREEN value IS 141 (55.47% from 255) = 22.96%

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

R = 41.37%
G = 22.96%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE8DDB (or 0xFE8DDB) is known color: Pale Magenta. HEX triplet: FE, 8D and DB. RGB value is (254,141,219). Sum of RGB (Red+Green+Blue) = 254+141+219=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8DDB is #017224. Grayscale: #B7B7B7. Windows color (decimal): -94757 or 14388734. OLE color: 14388734.

HSL color Cylindrical-coordinate representation of color #FE8DDB: hue angle of 318.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8DDB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 141 219 -
CMYK 0 0.44 0.14 0.00
HSL 318.58º 0.98% 0.77% -
HSV(B) 318.58º 0.44% 1% -
XYZ 63.18 45.24 72.42 -
YUV 183.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 254 141 219 0 0.44 0.14 0.00 318.58 0.98 0.77
Hex FE 8D DB 0 2C E 0 13F 62 4D
Octal 376 215 333 0 54 16 0 477 142 115
Binary 11111110 10001101 11011011 0 101100 1110 0 100111111 1100010 1001101

Color Harmonies of #FE8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8DDB

Black with #FE8DDB

Text Example


Text Example

White with #FE8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8DDB; }

 p { color: rgb(254,141,219); }

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

background-color css

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

 a { background-color: rgb(254,141,219); }

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

border-color css

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

 span { border-color: rgb(254,141,219); }

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