Color Hex Logo

#fbb493 Color Hex

#FBB493
(251,180,147)
0 Favorites   0 Comments

Color spaces of #fbb493

RGB 251180147
HSL0.050.930.78
HSV19°41°98°
CMYK 0.000.280.41   0.02
XYZ61.371455.258335.0351
Yxy55.25830.40470.3643
Hunter Lab74.335917.280924.0913
CIE-Lab79.189821.860427.0708

#fbb493 color RGB value is (251,180,147).

#fbb493 hex color red value is 251, green value is 180 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fbb493 hue: 0.05 , saturation: 0.93 and the lightness value of fbb493 is 0.78.

The process color (four color CMYK) of #fbb493 color hex is 0.00, 0.28, 0.41, 0.02. Web safe color of #fbb493 is #ffcc99. Color #fbb493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110100 10010011
Octal 373 264 223
Decimal 251 180 147
Hex FB B4 93

RGB Percentages of Color #fbb493

%43.43
%31.14
%25.43

CMYK Percentages of Color #fbb493

%0
%28
%41
%2

Triadic Colors of #fbb493

#fbb493 #93fbb4 #b493fb

Analogous Colors of #fbb493

#fbb493 #fbe893 #fb93a6

Monochromatic Colors of #fbb493

#fbb493

Complementary Color

#fbb493 #93dafb

#fbb493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb493 Color CSS Codes

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

#fbb493 Text Font Color

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

This sample text font color is #fbb493
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.


#fbb493 Background Color

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

This div background color is #fbb493


#fbb493 Border Color

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

This div border color is #fbb493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb493


Comments

No comments written yet.

Please login to write comment.