Color Hex Logo

#fbbea7 Color Hex

#FBBEA7
(251,190,167)
0 Favorites   0 Comments

Color spaces of #fbbea7

RGB 251190167
HSL0.050.910.82
HSV16°33°98°
CMYK 0.000.240.33   0.02
XYZ65.172260.126244.7298
Yxy60.12620.38330.3536
Hunter Lab77.541114.329920.0772
CIE-Lab81.906718.892820.1282

#fbbea7 color RGB value is (251,190,167).

#fbbea7 hex color red value is 251, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #fbbea7 hue: 0.05 , saturation: 0.91 and the lightness value of fbbea7 is 0.82.

The process color (four color CMYK) of #fbbea7 color hex is 0.00, 0.24, 0.33, 0.02. Web safe color of #fbbea7 is #ffcc99. Color #fbbea7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10100111
Octal 373 276 247
Decimal 251 190 167
Hex FB BE A7

RGB Percentages of Color #fbbea7

%41.28
%31.25
%27.47

CMYK Percentages of Color #fbbea7

%0
%24
%33
%2

Triadic Colors of #fbbea7

#fbbea7 #a7fbbe #bea7fb

Analogous Colors of #fbbea7

#fbbea7 #fbe8a7 #fba7ba

Monochromatic Colors of #fbbea7

#fbbea7

Complementary Color

#fbbea7 #a7e4fb

#fbbea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbea7 Color CSS Codes

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

#fbbea7 Text Font Color

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

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


#fbbea7 Background Color

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

This div background color is #fbbea7


#fbbea7 Border Color

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

This div border color is #fbbea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbea7

#fbbea7 Color Palettes


Comments

No comments written yet.

Please login to write comment.