Color Hex Logo

#fbbeb1 Color Hex

#FBBEB1
(251,190,177)
0 Favorites   0 Comments

Color spaces of #fbbeb1

RGB 251190177
HSL0.030.900.84
HSV11°29°98°
CMYK 0.000.240.29   0.02
XYZ66.132960.510549.7891
Yxy60.51050.37480.3430
Hunter Lab77.788515.624216.5029
CIE-Lab82.114920.151515.0806

#fbbeb1 color RGB value is (251,190,177).

#fbbeb1 hex color red value is 251, green value is 190 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fbbeb1 hue: 0.03 , saturation: 0.90 and the lightness value of fbbeb1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111110 10110001
Octal 373 276 261
Decimal 251 190 177
Hex FB BE B1

RGB Percentages of Color #fbbeb1

%40.61
%30.74
%28.64

CMYK Percentages of Color #fbbeb1

%0
%24
%29
%2

Triadic Colors of #fbbeb1

#fbbeb1 #b1fbbe #beb1fb

Analogous Colors of #fbbeb1

#fbbeb1 #fbe3b1 #fbb1c9

Monochromatic Colors of #fbbeb1

#fbbeb1

Complementary Color

#fbbeb1 #b1eefb

#fbbeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbeb1 Color CSS Codes

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

#fbbeb1 Text Font Color

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

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


#fbbeb1 Background Color

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

This div background color is #fbbeb1


#fbbeb1 Border Color

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

This div border color is #fbbeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbeb1


Comments

No comments written yet.

Please login to write comment.