Color Hex Logo

#fbd891 Color Hex

#FBD891
(251,216,145)
0 Favorites   0 Comments

Color spaces of #fbd891

RGB 251216145
HSL0.110.930.78
HSV40°42°98°
CMYK 0.000.140.42   0.02
XYZ69.450471.665336.9604
Yxy71.66530.39000.4024
Hunter Lab84.6554-1.707333.3728
CIE-Lab87.80722.903639.4626

#fbd891 color RGB value is (251,216,145).

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

The process color (four color CMYK) of #fbd891 color hex is 0.00, 0.14, 0.42, 0.02. Web safe color of #fbd891 is #ffcc99. Color #fbd891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 10010001
Octal 373 330 221
Decimal 251 216 145
Hex FB D8 91

RGB Percentages of Color #fbd891

%41.01
%35.29
%23.69

CMYK Percentages of Color #fbd891

%0
%14
%42
%2

Triadic Colors of #fbd891

#fbd891 #91fbd8 #d891fb

Analogous Colors of #fbd891

#fbd891 #e9fb91 #fba391

Monochromatic Colors of #fbd891

#fbd891

Complementary Color

#fbd891 #91b4fb

#fbd891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd891 Color CSS Codes

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

#fbd891 Text Font Color

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

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


#fbd891 Background Color

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

This div background color is #fbd891


#fbd891 Border Color

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

This div border color is #fbd891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd891


Comments

No comments written yet.

Please login to write comment.