Color Hex Logo

#fbbdbc Color Hex

#FBBDBC
(251,189,188)
0 Favorites   0 Comments

Color spaces of #fbbdbc

RGB 251189188
HSL0.000.890.86
HSV25°98°
CMYK 0.000.250.25   0.02
XYZ67.058460.535355.7271
Yxy60.53530.36580.3302
Hunter Lab77.804417.688511.9969
CIE-Lab82.128322.15109.2068

#fbbdbc color RGB value is (251,189,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10111100
Octal 373 275 274
Decimal 251 189 188
Hex FB BD BC

RGB Percentages of Color #fbbdbc

%39.97
%30.10
%29.94

CMYK Percentages of Color #fbbdbc

%0
%25
%25
%2

Triadic Colors of #fbbdbc

#fbbdbc #bcfbbd #bdbcfb

Analogous Colors of #fbbdbc

#fbbdbc #fbddbc #fbbcdb

Monochromatic Colors of #fbbdbc

#fbbdbc

Complementary Color

#fbbdbc #bcfafb

#fbbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdbc Color CSS Codes

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

#fbbdbc Text Font Color

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

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


#fbbdbc Background Color

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

This div background color is #fbbdbc


#fbbdbc Border Color

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

This div border color is #fbbdbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,189,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 #fbbdbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdbc


Comments

No comments written yet.

Please login to write comment.