Html Css Color HEX #FF8BDB Pale Magenta

📋 copy color: '#FF8BDB'

red 255 ◦ green 139 ◦ blue 219

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

Shades of Pale Magenta #FF8BDB

Tints of Pale Magenta #FF8BDB

RGB

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

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

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

R = 41.6%
G = 22.68%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF8BDB (or 0xFF8BDB) is known color: Pale Magenta. HEX triplet: FF, 8B and DB. RGB value is (255,139,219). Sum of RGB (Red+Green+Blue) = 255+139+219=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BDB is #007424. Grayscale: #B6B6B6. Windows color (decimal): -29733 or 14388223. OLE color: 14388223.

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

Color convert

RGB 255 139 219 -
CMYK 0 0.45 0.14 0
HSL 318.62º 1% 0.77% -
HSV(B) 318.62º 0.45% 1% -
XYZ 63.26 44.84 72.34 -
YUV 182.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 255 139 219 0 0.45 0.14 0 318.62 1 0.77
Hex FF 8B DB 0 2D E 0 13F 64 4D
Octal 377 213 333 0 55 16 0 477 144 115
Binary 11111111 10001011 11011011 0 101101 1110 0 100111111 1100100 1001101

Color Harmonies of #FF8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8BDB

Black with #FF8BDB

Text Example


Text Example

White with #FF8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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