Html Css Color HEX #FF8ADB Pale Magenta

📋 copy color: '#FF8ADB'

red 255 ◦ green 138 ◦ blue 219

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

Shades of Pale Magenta #FF8ADB

Tints of Pale Magenta #FF8ADB

RGB

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

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

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

R = 41.67%
G = 22.55%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF8ADB (or 0xFF8ADB) is known color: Pale Magenta. HEX triplet: FF, 8A and DB. RGB value is (255,138,219). Sum of RGB (Red+Green+Blue) = 255+138+219=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ADB is #007524. Grayscale: #B6B6B6. Windows color (decimal): -29989 or 14387967. OLE color: 14387967.

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

Color convert

RGB 255 138 219 -
CMYK 0 0.46 0.14 0
HSL 318.46º 1% 0.77% -
HSV(B) 318.46º 0.46% 1% -
XYZ 63.11 44.55 72.29 -
YUV 182.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 255 138 219 0 0.46 0.14 0 318.46 1 0.77
Hex FF 8A DB 0 2E E 0 13E 64 4D
Octal 377 212 333 0 56 16 0 476 144 115
Binary 11111111 10001010 11011011 0 101110 1110 0 100111110 1100100 1001101

Color Harmonies of #FF8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8ADB

Black with #FF8ADB

Text Example


Text Example

White with #FF8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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