Html Css Color HEX #FB8DDB Pale Magenta

📋 copy color: '#FB8DDB'

red 251 ◦ green 141 ◦ blue 219

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

Shades of Pale Magenta #FB8DDB

Tints of Pale Magenta #FB8DDB

RGB

 RED value IS 251 (98.44% from 255) = 41.08%

 GREEN value IS 141 (55.47% from 255) = 23.08%

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

R = 41.08%
G = 23.08%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB8DDB (or 0xFB8DDB) is known color: Pale Magenta. HEX triplet: FB, 8D and DB. RGB value is (251,141,219). Sum of RGB (Red+Green+Blue) = 251+141+219=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DDB is #047224. Grayscale: #B6B6B6. Windows color (decimal): -291365 or 14388731. OLE color: 14388731.

HSL color Cylindrical-coordinate representation of color #FB8DDB: hue angle of 317.45º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8DDB is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 141 219 -
CMYK 0 0.44 0.13 0.02
HSL 317.45º 0.93% 0.77% -
HSV(B) 317.45º 0.44% 0.98% -
XYZ 62.09 44.67 72.37 -
YUV 182.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 251 141 219 0 0.44 0.13 0.02 317.45 0.93 0.77
Hex FB 8D DB 0 2C D 2 13D 5D 4D
Octal 373 215 333 0 54 15 2 475 135 115
Binary 11111011 10001101 11011011 0 101100 1101 10 100111101 1011101 1001101

Color Harmonies of #FB8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8DDB

Black with #FB8DDB

Text Example


Text Example

White with #FB8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8DDB; }

 p { color: rgb(251,141,219); }

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

background-color css

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

 a { background-color: rgb(251,141,219); }

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

border-color css

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

 span { border-color: rgb(251,141,219); }

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