Html Css Color HEX #FF8AE2 Pale Magenta

📋 copy color: '#FF8AE2'

red 255 ◦ green 138 ◦ blue 226

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

Shades of Pale Magenta #FF8AE2

Tints of Pale Magenta #FF8AE2

RGB

 RED value IS 255 (100% from 255) = 41.2%

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

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 41.2%
G = 22.29%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF8AE2 (or 0xFF8AE2) is known color: Pale Magenta. HEX triplet: FF, 8A and E2. RGB value is (255,138,226). Sum of RGB (Red+Green+Blue) = 255+138+226=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 138 (54.30% from 255 or 22.29% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AE2 is #00751D. Grayscale: #B6B6B6. Windows color (decimal): -29982 or 14846719. OLE color: 14846719.

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

Color convert

RGB 255 138 226 -
CMYK 0 0.46 0.11 0
HSL 314.87º 1% 0.77% -
HSV(B) 314.87º 0.46% 1% -
XYZ 64.06 44.93 77.25 -
YUV 183.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 255 138 226 0 0.46 0.11 0 314.87 1 0.77
Hex FF 8A E2 0 2E B 0 13B 64 4D
Octal 377 212 342 0 56 13 0 473 144 115
Binary 11111111 10001010 11100010 0 101110 1011 0 100111011 1100100 1001101

Color Harmonies of #FF8AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8AE2

Black with #FF8AE2

Text Example


Text Example

White with #FF8AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8AE2; }

 p { color: rgb(255,138,226); }

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

background-color css

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

 a { background-color: rgb(255,138,226); }

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

border-color css

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

 span { border-color: rgb(255,138,226); }

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