Color Hex Logo

#fbd8bc Color Hex

#FBD8BC
(251,216,188)
0 Favorites   0 Comments

Color spaces of #fbd8bc

RGB 251216188
HSL0.070.890.86
HSV27°25°98°
CMYK 0.000.140.25   0.02
XYZ73.416673.251857.8465
Yxy73.25180.35900.3582
Hunter Lab85.58733.339319.8383
CIE-Lab88.56778.040518.3062

#fbd8bc color RGB value is (251,216,188).

#fbd8bc hex color red value is 251, green value is 216 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fbd8bc hue: 0.07 , saturation: 0.89 and the lightness value of fbd8bc is 0.86.

The process color (four color CMYK) of #fbd8bc color hex is 0.00, 0.14, 0.25, 0.02. Web safe color of #fbd8bc is #ffcccc. Color #fbd8bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 10111100
Octal 373 330 274
Decimal 251 216 188
Hex FB D8 BC

RGB Percentages of Color #fbd8bc

%38.32
%32.98
%28.70

CMYK Percentages of Color #fbd8bc

%0
%14
%25
%2

Triadic Colors of #fbd8bc

#fbd8bc #bcfbd8 #d8bcfb

Analogous Colors of #fbd8bc

#fbd8bc #fbf8bc #fbbcc0

Monochromatic Colors of #fbd8bc

#fbd8bc

Complementary Color

#fbd8bc #bcdffb

#fbd8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd8bc Color CSS Codes

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

#fbd8bc Text Font Color

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

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


#fbd8bc Background Color

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

This div background color is #fbd8bc


#fbd8bc Border Color

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

This div border color is #fbd8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd8bc

Related Colors


Comments

No comments written yet.

Please login to write comment.