Color Hex Logo

#fbddbc Color Hex

#FBDDBC
(251,221,188)
0 Favorites   0 Comments

Color spaces of #fbddbc

RGB 251221188
HSL0.090.890.86
HSV31°25°98°
CMYK 0.000.120.25   0.02
XYZ74.717275.853058.2800
Yxy75.85300.35780.3632
Hunter Lab87.09360.720421.2908
CIE-Lab89.79105.460620.0119

#fbddbc color RGB value is (251,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10111100
Octal 373 335 274
Decimal 251 221 188
Hex FB DD BC

RGB Percentages of Color #fbddbc

%38.03
%33.48
%28.48

CMYK Percentages of Color #fbddbc

%0
%12
%25
%2

Triadic Colors of #fbddbc

#fbddbc #bcfbdd #ddbcfb

Analogous Colors of #fbddbc

#fbddbc #fafbbc #fbbebc

Monochromatic Colors of #fbddbc

#fbddbc

Complementary Color

#fbddbc #bcdafb

#fbddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddbc Color CSS Codes

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

#fbddbc Text Font Color

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

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


#fbddbc Background Color

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

This div background color is #fbddbc


#fbddbc Border Color

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

This div border color is #fbddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddbc

Related Colors

#fbddbc Color Palettes


Comments

No comments written yet.

Please login to write comment.