Html Css Color HEX #FB7BEA Pale Magenta

📋 copy color: '#FB7BEA'

red 251 ◦ green 123 ◦ blue 234

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

Shades of Pale Magenta #FB7BEA

Tints of Pale Magenta #FB7BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 41.28%
G = 20.23%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB7BEA (or 0xFB7BEA) is known color: Pale Magenta. HEX triplet: FB, 7B and EA. RGB value is (251,123,234). Sum of RGB (Red+Green+Blue) = 251+123+234=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 123 (48.44% from 255 or 20.23% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7BEA is #048415. Grayscale: #ADADAD. Windows color (decimal): -295958 or 15367163. OLE color: 15367163.

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

Color convert

RGB 251 123 234 -
CMYK 0 0.51 0.07 0.02
HSL 307.97º 0.94% 0.73% -
HSV(B) 307.97º 0.51% 0.98% -
XYZ 61.72 40.62 82.43 -
YUV 173.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 251 123 234 0 0.51 0.07 0.02 307.97 0.94 0.73
Hex FB 7B EA 0 33 7 2 134 5E 49
Octal 373 173 352 0 63 7 2 464 136 111
Binary 11111011 1111011 11101010 0 110011 111 10 100110100 1011110 1001001

Color Harmonies of #FB7BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7BEA

Black with #FB7BEA

Text Example


Text Example

White with #FB7BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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