Html Css Color HEX #FB7BDB Pale Magenta

📋 copy color: '#FB7BDB'

red 251 ◦ green 123 ◦ blue 219

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

Shades of Pale Magenta #FB7BDB

Tints of Pale Magenta #FB7BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.74%

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

R = 42.33%
G = 20.74%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB7BDB (or 0xFB7BDB) is known color: Pale Magenta. HEX triplet: FB, 7B and DB. RGB value is (251,123,219). Sum of RGB (Red+Green+Blue) = 251+123+219=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BDB is #048424. Grayscale: #ABABAB. Windows color (decimal): -295973 or 14384123. OLE color: 14384123.

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

Color convert

RGB 251 123 219 -
CMYK 0 0.51 0.13 0.02
HSL 315º 0.94% 0.73% -
HSV(B) 315º 0.51% 0.98% -
XYZ 59.65 39.79 71.55 -
YUV 172.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 251 123 219 0 0.51 0.13 0.02 315 0.94 0.73
Hex FB 7B DB 0 33 D 2 13B 5E 49
Octal 373 173 333 0 63 15 2 473 136 111
Binary 11111011 1111011 11011011 0 110011 1101 10 100111011 1011110 1001001

Color Harmonies of #FB7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7BDB

Black with #FB7BDB

Text Example


Text Example

White with #FB7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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