Color Hex Logo

#fbdebb Color Hex

#FBDEBB
(251,222,187)
0 Favorites   0 Comments

Color spaces of #fbdebb

RGB 251222187
HSL0.090.890.86
HSV33°25°98°
CMYK 0.000.120.25   0.02
XYZ74.874676.339657.8024
Yxy76.33960.35820.3652
Hunter Lab87.37250.065121.9367
CIE-Lab90.01684.811420.8459

#fbdebb color RGB value is (251,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10111011
Octal 373 336 273
Decimal 251 222 187
Hex FB DE BB

RGB Percentages of Color #fbdebb

%38.03
%33.64
%28.33

CMYK Percentages of Color #fbdebb

%0
%12
%25
%2

Triadic Colors of #fbdebb

#fbdebb #bbfbde #debbfb

Analogous Colors of #fbdebb

#fbdebb #f8fbbb #fbbebb

Monochromatic Colors of #fbdebb

#fbdebb

Complementary Color

#fbdebb #bbd8fb

#fbdebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdebb Color CSS Codes

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

#fbdebb Text Font Color

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

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


#fbdebb Background Color

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

This div background color is #fbdebb


#fbdebb Border Color

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

This div border color is #fbdebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdebb


Comments

No comments written yet.

Please login to write comment.