Color Hex Logo

#fbbdbe Color Hex

#FBBDBE
(251,189,190)
0 Favorites   0 Comments

Color spaces of #fbbdbe

RGB 251189190
HSL1.000.890.86
HSV359°25°98°
CMYK 0.000.250.24   0.02
XYZ67.275560.622156.8706
Yxy60.62210.36410.3281
Hunter Lab77.860217.978511.1956
CIE-Lab82.175222.42888.2008

#fbbdbe color RGB value is (251,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10111110
Octal 373 275 276
Decimal 251 189 190
Hex FB BD BE

RGB Percentages of Color #fbbdbe

%39.84
%30.00
%30.16

CMYK Percentages of Color #fbbdbe

%0
%25
%24
%2

Triadic Colors of #fbbdbe

#fbbdbe #befbbd #bdbefb

Analogous Colors of #fbbdbe

#fbbdbe #fbdbbd #fbbddd

Monochromatic Colors of #fbbdbe

#fbbdbe

Complementary Color

#fbbdbe #bdfbfa

#fbbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdbe Color CSS Codes

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

#fbbdbe Text Font Color

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

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


#fbbdbe Background Color

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

This div background color is #fbbdbe


#fbbdbe Border Color

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

This div border color is #fbbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdbe


Comments

No comments written yet.

Please login to write comment.