Color Hex Logo

#fbc3bd Color Hex

#FBC3BD
(251,195,189)
0 Favorites   0 Comments

Color spaces of #fbc3bd

RGB 251195189
HSL0.020.890.86
HSV25°98°
CMYK 0.000.220.25   0.02
XYZ68.484163.213656.7360
Yxy63.21360.36340.3355
Hunter Lab79.507014.615513.3457
CIE-Lab83.554619.135310.7063

#fbc3bd color RGB value is (251,195,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 10111101
Octal 373 303 275
Decimal 251 195 189
Hex FB C3 BD

RGB Percentages of Color #fbc3bd

%39.53
%30.71
%29.76

CMYK Percentages of Color #fbc3bd

%0
%22
%25
%2

Triadic Colors of #fbc3bd

#fbc3bd #bdfbc3 #c3bdfb

Analogous Colors of #fbc3bd

#fbc3bd #fbe2bd #fbbdd6

Monochromatic Colors of #fbc3bd

#fbc3bd

Complementary Color

#fbc3bd #bdf5fb

#fbc3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc3bd Color CSS Codes

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

#fbc3bd Text Font Color

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

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


#fbc3bd Background Color

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

This div background color is #fbc3bd


#fbc3bd Border Color

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

This div border color is #fbc3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc3bd


Comments

No comments written yet.

Please login to write comment.