Color Hex Logo

#fbbea6 Color Hex

#FBBEA6
(251,190,166)
0 Favorites   0 Comments

Color spaces of #fbbea6

RGB 251190166
HSL0.050.910.82
HSV17°34°98°
CMYK 0.000.240.34   0.02
XYZ65.080160.089344.2447
Yxy60.08930.38410.3547
Hunter Lab77.517314.205520.4210
CIE-Lab81.886718.771420.6331

#fbbea6 color RGB value is (251,190,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10100110
Octal 373 276 246
Decimal 251 190 166
Hex FB BE A6

RGB Percentages of Color #fbbea6

%41.35
%31.30
%27.35

CMYK Percentages of Color #fbbea6

%0
%24
%34
%2

Triadic Colors of #fbbea6

#fbbea6 #a6fbbe #bea6fb

Analogous Colors of #fbbea6

#fbbea6 #fbe9a6 #fba6b9

Monochromatic Colors of #fbbea6

#fbbea6

Complementary Color

#fbbea6 #a6e3fb

#fbbea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbea6 Color CSS Codes

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

#fbbea6 Text Font Color

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

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


#fbbea6 Background Color

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

This div background color is #fbbea6


#fbbea6 Border Color

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

This div border color is #fbbea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbea6

Related Colors


Comments

No comments written yet.

Please login to write comment.