Html Css Color HEX #FB82DB Pale Magenta

📋 copy color: '#FB82DB'

red 251 ◦ green 130 ◦ blue 219

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

Shades of Pale Magenta #FB82DB

Tints of Pale Magenta #FB82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.67%

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

R = 41.83%
G = 21.67%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB82DB (or 0xFB82DB) is known color: Pale Magenta. HEX triplet: FB, 82 and DB. RGB value is (251,130,219). Sum of RGB (Red+Green+Blue) = 251+130+219=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82DB is #047D24. Grayscale: #B0B0B0. Windows color (decimal): -294181 or 14385915. OLE color: 14385915.

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

Color convert

RGB 251 130 219 -
CMYK 0 0.48 0.13 0.02
HSL 315.87º 0.94% 0.75% -
HSV(B) 315.87º 0.48% 0.98% -
XYZ 60.55 41.59 71.85 -
YUV 176.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 251 130 219 0 0.48 0.13 0.02 315.87 0.94 0.75
Hex FB 82 DB 0 30 D 2 13C 5E 4B
Octal 373 202 333 0 60 15 2 474 136 113
Binary 11111011 10000010 11011011 0 110000 1101 10 100111100 1011110 1001011

Color Harmonies of #FB82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB82DB

Black with #FB82DB

Text Example


Text Example

White with #FB82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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