Html Css Color HEX #FB7CDB Pale Magenta

📋 copy color: '#FB7CDB'

red 251 ◦ green 124 ◦ blue 219

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

Shades of Pale Magenta #FB7CDB

Tints of Pale Magenta #FB7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.88%

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

R = 42.26%
G = 20.88%
B = 36.87%

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

#FB7CDB (or 0xFB7CDB) is known color: Pale Magenta. HEX triplet: FB, 7C and DB. RGB value is (251,124,219). Sum of RGB (Red+Green+Blue) = 251+124+219=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CDB is #048324. Grayscale: #ACACAC. Windows color (decimal): -295717 or 14384379. OLE color: 14384379.

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

Color convert

RGB 251 124 219 -
CMYK 0 0.51 0.13 0.02
HSL 315.12º 0.94% 0.74% -
HSV(B) 315.12º 0.51% 0.98% -
XYZ 59.78 40.04 71.6 -
YUV 172.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 251 124 219 0 0.51 0.13 0.02 315.12 0.94 0.74
Hex FB 7C DB 0 33 D 2 13B 5E 4A
Octal 373 174 333 0 63 15 2 473 136 112
Binary 11111011 1111100 11011011 0 110011 1101 10 100111011 1011110 1001010

Color Harmonies of #FB7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7CDB

Black with #FB7CDB

Text Example


Text Example

White with #FB7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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