Color Hex Logo

#fbddbe Color Hex

#FBDDBE
(251,221,190)
0 Favorites   0 Comments

Color spaces of #fbddbe

RGB 251221190
HSL0.080.880.86
HSV30°24°98°
CMYK 0.000.120.24   0.02
XYZ74.934475.939859.4236
Yxy75.93980.35630.3611
Hunter Lab87.14340.990620.5702
CIE-Lab89.83145.733419.0262

#fbddbe color RGB value is (251,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10111110
Octal 373 335 276
Decimal 251 221 190
Hex FB DD BE

RGB Percentages of Color #fbddbe

%37.92
%33.38
%28.70

CMYK Percentages of Color #fbddbe

%0
%12
%24
%2

Triadic Colors of #fbddbe

#fbddbe #befbdd #ddbefb

Analogous Colors of #fbddbe

#fbddbe #fbfbbe #fbbfbe

Monochromatic Colors of #fbddbe

#fbddbe

Complementary Color

#fbddbe #bedcfb

#fbddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddbe Color CSS Codes

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

#fbddbe Text Font Color

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

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


#fbddbe Background Color

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

This div background color is #fbddbe


#fbddbe Border Color

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

This div border color is #fbddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddbe

#fbddbe Color Palettes


Comments

No comments written yet.

Please login to write comment.