Html Css Color HEX #FE8ADB Pale Magenta

📋 copy color: '#FE8ADB'

red 254 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #FE8ADB

Tints of Pale Magenta #FE8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.59%

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

R = 41.57%
G = 22.59%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE8ADB (or 0xFE8ADB) is known color: Pale Magenta. HEX triplet: FE, 8A and DB. RGB value is (254,138,219). Sum of RGB (Red+Green+Blue) = 254+138+219=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ADB is #017524. Grayscale: #B5B5B5. Windows color (decimal): -95525 or 14387966. OLE color: 14387966.

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

Color convert

RGB 254 138 219 -
CMYK 0 0.46 0.14 0.00
HSL 318.1º 0.98% 0.77% -
HSV(B) 318.1º 0.46% 1% -
XYZ 62.75 44.36 72.27 -
YUV 181.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 254 138 219 0 0.46 0.14 0.00 318.1 0.98 0.77
Hex FE 8A DB 0 2E E 0 13E 62 4D
Octal 376 212 333 0 56 16 0 476 142 115
Binary 11111110 10001010 11011011 0 101110 1110 0 100111110 1100010 1001101

Color Harmonies of #FE8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ADB

Black with #FE8ADB

Text Example


Text Example

White with #FE8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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