Color Hex Logo

#fbd1b7 Color Hex

#FBD1B7
(251,209,183)
0 Favorites   0 Comments

Color spaces of #fbd1b7

RGB 251209183
HSL0.060.890.85
HSV23°27°98°
CMYK 0.000.170.27   0.02
XYZ71.131469.529154.4712
Yxy69.52910.36450.3563
Hunter Lab83.38416.348519.6373
CIE-Lab86.765410.998818.4127

#fbd1b7 color RGB value is (251,209,183).

#fbd1b7 hex color red value is 251, green value is 209 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fbd1b7 hue: 0.06 , saturation: 0.89 and the lightness value of fbd1b7 is 0.85.

The process color (four color CMYK) of #fbd1b7 color hex is 0.00, 0.17, 0.27, 0.02. Web safe color of #fbd1b7 is #ffcccc. Color #fbd1b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 10110111
Octal 373 321 267
Decimal 251 209 183
Hex FB D1 B7

RGB Percentages of Color #fbd1b7

%39.04
%32.50
%28.46

CMYK Percentages of Color #fbd1b7

%0
%17
%27
%2

Triadic Colors of #fbd1b7

#fbd1b7 #b7fbd1 #d1b7fb

Analogous Colors of #fbd1b7

#fbd1b7 #fbf3b7 #fbb7bf

Monochromatic Colors of #fbd1b7

#fbd1b7

Complementary Color

#fbd1b7 #b7e1fb

#fbd1b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd1b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd1b7 Color CSS Codes

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

#fbd1b7 Text Font Color

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

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


#fbd1b7 Background Color

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

This div background color is #fbd1b7


#fbd1b7 Border Color

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

This div border color is #fbd1b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd1b7

Related Colors

#fbd1b7 Color Palettes


Comments

No comments written yet.

Please login to write comment.