Html Css Color HEX #FB76DB Pale Magenta

📋 copy color: '#FB76DB'

red 251 ◦ green 118 ◦ blue 219

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

Shades of Pale Magenta #FB76DB

Tints of Pale Magenta #FB76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.07%

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

R = 42.69%
G = 20.07%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB76DB (or 0xFB76DB) is known color: Pale Magenta. HEX triplet: FB, 76 and DB. RGB value is (251,118,219). Sum of RGB (Red+Green+Blue) = 251+118+219=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76DB is #048924. Grayscale: #A9A9A9. Windows color (decimal): -297253 or 14382843. OLE color: 14382843.

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

Color convert

RGB 251 118 219 -
CMYK 0 0.53 0.13 0.02
HSL 314.44º 0.94% 0.72% -
HSV(B) 314.44º 0.53% 0.98% -
XYZ 59.05 38.58 71.35 -
YUV 169.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 251 118 219 0 0.53 0.13 0.02 314.44 0.94 0.72
Hex FB 76 DB 0 35 D 2 13A 5E 48
Octal 373 166 333 0 65 15 2 472 136 110
Binary 11111011 1110110 11011011 0 110101 1101 10 100111010 1011110 1001000

Color Harmonies of #FB76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB76DB

Black with #FB76DB

Text Example


Text Example

White with #FB76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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