Color Hex Logo

#fbbea1 Color Hex

#FBBEA1
(251,190,161)
1 Favorites   0 Comments

Color spaces of #fbbea1

RGB 251190161
HSL0.050.920.81
HSV19°36°98°
CMYK 0.000.240.36   0.02
XYZ64.630159.909441.8755
Yxy59.90940.38840.3600
Hunter Lab77.401213.595822.1038
CIE-Lab81.788918.174823.1573

#fbbea1 color RGB value is (251,190,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10100001
Octal 373 276 241
Decimal 251 190 161
Hex FB BE A1

RGB Percentages of Color #fbbea1

%41.69
%31.56
%26.74

CMYK Percentages of Color #fbbea1

%0
%24
%36
%2

Triadic Colors of #fbbea1

#fbbea1 #a1fbbe #bea1fb

Analogous Colors of #fbbea1

#fbbea1 #fbeba1 #fba1b1

Monochromatic Colors of #fbbea1

#fbbea1

Complementary Color

#fbbea1 #a1defb

#fbbea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbea1 Color CSS Codes

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

#fbbea1 Text Font Color

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

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


#fbbea1 Background Color

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

This div background color is #fbbea1


#fbbea1 Border Color

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

This div border color is #fbbea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbea1


Comments

No comments written yet.

Please login to write comment.