Html Css Color HEX #FB81DB Pale Magenta

📋 copy color: '#FB81DB'

red 251 ◦ green 129 ◦ blue 219

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

Shades of Pale Magenta #FB81DB

Tints of Pale Magenta #FB81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.54%

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

R = 41.9%
G = 21.54%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB81DB (or 0xFB81DB) is known color: Pale Magenta. HEX triplet: FB, 81 and DB. RGB value is (251,129,219). Sum of RGB (Red+Green+Blue) = 251+129+219=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81DB is #047E24. Grayscale: #AFAFAF. Windows color (decimal): -294437 or 14385659. OLE color: 14385659.

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

Color convert

RGB 251 129 219 -
CMYK 0 0.49 0.13 0.02
HSL 315.74º 0.94% 0.75% -
HSV(B) 315.74º 0.49% 0.98% -
XYZ 60.42 41.32 71.81 -
YUV 175.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 251 129 219 0 0.49 0.13 0.02 315.74 0.94 0.75
Hex FB 81 DB 0 31 D 2 13C 5E 4B
Octal 373 201 333 0 61 15 2 474 136 113
Binary 11111011 10000001 11011011 0 110001 1101 10 100111100 1011110 1001011

Color Harmonies of #FB81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81DB

Black with #FB81DB

Text Example


Text Example

White with #FB81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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