Html Css Color HEX #FF8BDA Pale Magenta

📋 copy color: '#FF8BDA'

red 255 ◦ green 139 ◦ blue 218

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

Shades of Pale Magenta #FF8BDA

Tints of Pale Magenta #FF8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.71%

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 41.67%
G = 22.71%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF8BDA (or 0xFF8BDA) is known color: Pale Magenta. HEX triplet: FF, 8B and DA. RGB value is (255,139,218). Sum of RGB (Red+Green+Blue) = 255+139+218=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BDA is #007425. Grayscale: #B6B6B6. Windows color (decimal): -29734 or 14322687. OLE color: 14322687.

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

Color convert

RGB 255 139 218 -
CMYK 0 0.45 0.15 0
HSL 319.14º 1% 0.77% -
HSV(B) 319.14º 0.45% 1% -
XYZ 63.13 44.79 71.65 -
YUV 182.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 255 139 218 0 0.45 0.15 0 319.14 1 0.77
Hex FF 8B DA 0 2D F 0 13F 64 4D
Octal 377 213 332 0 55 17 0 477 144 115
Binary 11111111 10001011 11011010 0 101101 1111 0 100111111 1100100 1001101

Color Harmonies of #FF8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8BDA

Black with #FF8BDA

Text Example


Text Example

White with #FF8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8BDA; }

 p { color: rgb(255,139,218); }

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

background-color css

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

 a { background-color: rgb(255,139,218); }

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

border-color css

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

 span { border-color: rgb(255,139,218); }

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