Html Css Color HEX #FE8AE0 Pale Magenta

📋 copy color: '#FE8AE0'

red 254 ◦ green 138 ◦ blue 224

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

Shades of Pale Magenta #FE8AE0

Tints of Pale Magenta #FE8AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 41.23%
G = 22.4%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE8AE0 (or 0xFE8AE0) is known color: Pale Magenta. HEX triplet: FE, 8A and E0. RGB value is (254,138,224). Sum of RGB (Red+Green+Blue) = 254+138+224=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8AE0 is #01751F. Grayscale: #B6B6B6. Windows color (decimal): -95520 or 14715646. OLE color: 14715646.

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

Color convert

RGB 254 138 224 -
CMYK 0 0.46 0.12 0.00
HSL 315.52º 0.98% 0.77% -
HSV(B) 315.52º 0.46% 1% -
XYZ 63.42 44.63 75.79 -
YUV 182.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 254 138 224 0 0.46 0.12 0.00 315.52 0.98 0.77
Hex FE 8A E0 0 2E C 0 13C 62 4D
Octal 376 212 340 0 56 14 0 474 142 115
Binary 11111110 10001010 11100000 0 101110 1100 0 100111100 1100010 1001101

Color Harmonies of #FE8AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AE0

Black with #FE8AE0

Text Example


Text Example

White with #FE8AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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