Html Css Color HEX #FF8ADE Pale Magenta

📋 copy color: '#FF8ADE'

red 255 ◦ green 138 ◦ blue 222

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

Shades of Pale Magenta #FF8ADE

Tints of Pale Magenta #FF8ADE

RGB

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

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

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

R = 41.46%
G = 22.44%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF8ADE (or 0xFF8ADE) is known color: Pale Magenta. HEX triplet: FF, 8A and DE. RGB value is (255,138,222). Sum of RGB (Red+Green+Blue) = 255+138+222=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ADE is #007521. Grayscale: #B6B6B6. Windows color (decimal): -29986 or 14584575. OLE color: 14584575.

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

Color convert

RGB 255 138 222 -
CMYK 0 0.46 0.13 0
HSL 316.92º 1% 0.77% -
HSV(B) 316.92º 0.46% 1% -
XYZ 63.51 44.71 74.39 -
YUV 182.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 255 138 222 0 0.46 0.13 0 316.92 1 0.77
Hex FF 8A DE 0 2E D 0 13D 64 4D
Octal 377 212 336 0 56 15 0 475 144 115
Binary 11111111 10001010 11011110 0 101110 1101 0 100111101 1100100 1001101

Color Harmonies of #FF8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8ADE

Black with #FF8ADE

Text Example


Text Example

White with #FF8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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