Html Css Color HEX #FB7BDD Pale Magenta

📋 copy color: '#FB7BDD'

red 251 ◦ green 123 ◦ blue 221

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

Shades of Pale Magenta #FB7BDD

Tints of Pale Magenta #FB7BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 42.18%
G = 20.67%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB7BDD (or 0xFB7BDD) is known color: Pale Magenta. HEX triplet: FB, 7B and DD. RGB value is (251,123,221). Sum of RGB (Red+Green+Blue) = 251+123+221=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BDD is #048422. Grayscale: #ACACAC. Windows color (decimal): -295971 or 14515195. OLE color: 14515195.

HSL color Cylindrical-coordinate representation of color #FB7BDD: hue angle of 314.06º 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 #FB7BDD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 123 221 -
CMYK 0 0.51 0.12 0.02
HSL 314.06º 0.94% 0.73% -
HSV(B) 314.06º 0.51% 0.98% -
XYZ 59.92 39.9 72.95 -
YUV 172.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 251 123 221 0 0.51 0.12 0.02 314.06 0.94 0.73
Hex FB 7B DD 0 33 C 2 13A 5E 49
Octal 373 173 335 0 63 14 2 472 136 111
Binary 11111011 1111011 11011101 0 110011 1100 10 100111010 1011110 1001001

Color Harmonies of #FB7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7BDD

Black with #FB7BDD

Text Example


Text Example

White with #FB7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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