Color Hex Logo

#fb907e Color Hex

#FB907E
(251,144,126)
0 Favorites   0 Comments

Color spaces of #fb907e

RGB 251144126
HSL0.020.940.74
HSV50°98°
CMYK 0.000.430.50   0.02
XYZ53.522841.962125.0172
Yxy41.96210.44420.3482
Hunter Lab64.778234.123422.4470
CIE-Lab70.844838.561427.2361

#fb907e color RGB value is (251,144,126).

#fb907e hex color red value is 251, green value is 144 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fb907e hue: 0.02 , saturation: 0.94 and the lightness value of fb907e is 0.74.

The process color (four color CMYK) of #fb907e color hex is 0.00, 0.43, 0.50, 0.02. Web safe color of #fb907e is #ff9966. Color #fb907e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 01111110
Octal 373 220 176
Decimal 251 144 126
Hex FB 90 7E

RGB Percentages of Color #fb907e

%48.18
%27.64
%24.18

CMYK Percentages of Color #fb907e

%0
%43
%50
%2

Triadic Colors of #fb907e

#fb907e #7efb90 #907efb

Analogous Colors of #fb907e

#fb907e #fbcf7e #fb7eab

Monochromatic Colors of #fb907e

#fb907e

Complementary Color

#fb907e #7ee9fb

#fb907e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb907e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb907e Color CSS Codes

.mybgcolor {background-color:#fb907e; } 
.myforecolor {color:#fb907e; }
.mybordercolor {border:3px solid #fb907e; }

#fb907e Text Font Color

<p style="color:#fb907e">Text here</p>

This sample text font color is #fb907e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fb907e Background Color

<div style="background-color:#fb907e">
Div content here</div>

This div background color is #fb907e


#fb907e Border Color

<div style="border:3px solid #fb907e">
Div here</div>

This div border color is #fb907e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,144,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb907e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb907e;
  -webkit-box-shadow: 1px 1px 3px 2px #fb907e;
  box-shadow:         1px 1px 3px 2px #fb907e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,144,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb907e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fb907e;
  -webkit-box-shadow: 1px 1px 3px 2px #fb907e;
  box-shadow:         1px 1px 3px 2px #fb907e;">
Div content here</div>

This div box has shadow with color #fb907e

Related Colors


Comments

No comments written yet.

Please login to write comment.