Html Css Color HEX #FE8ADE Pale Magenta

📋 copy color: '#FE8ADE'

red 254 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #FE8ADE

Tints of Pale Magenta #FE8ADE

RGB

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

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

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

R = 41.37%
G = 22.48%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE8ADE (or 0xFE8ADE) is known color: Pale Magenta. HEX triplet: FE, 8A and DE. RGB value is (254,138,222). Sum of RGB (Red+Green+Blue) = 254+138+222=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 138 (54.30% from 255 or 22.48% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8ADE is #017521. Grayscale: #B6B6B6. Windows color (decimal): -95522 or 14584574. OLE color: 14584574.

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

Color convert

RGB 254 138 222 -
CMYK 0 0.46 0.13 0.00
HSL 316.55º 0.98% 0.77% -
HSV(B) 316.55º 0.46% 1% -
XYZ 63.15 44.52 74.37 -
YUV 182.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 254 138 222 0 0.46 0.13 0.00 316.55 0.98 0.77
Hex FE 8A DE 0 2E D 0 13D 62 4D
Octal 376 212 336 0 56 15 0 475 142 115
Binary 11111110 10001010 11011110 0 101110 1101 0 100111101 1100010 1001101

Color Harmonies of #FE8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8ADE

Black with #FE8ADE

Text Example


Text Example

White with #FE8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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