Color Hex Logo

#fbdbc9 Color Hex

#FBDBC9
(251,219,201)
0 Favorites   0 Comments

Color spaces of #fbdbc9

RGB 251219201
HSL0.060.860.89
HSV22°20°98°
CMYK 0.000.130.20   0.02
XYZ75.657875.389365.8223
Yxy75.38930.34890.3476
Hunter Lab86.82703.590915.8320
CIE-Lab89.57508.320012.9166

#fbdbc9 color RGB value is (251,219,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11001001
Octal 373 333 311
Decimal 251 219 201
Hex FB DB C9

RGB Percentages of Color #fbdbc9

%37.41
%32.64
%29.96

CMYK Percentages of Color #fbdbc9

%0
%13
%20
%2

Triadic Colors of #fbdbc9

#fbdbc9 #c9fbdb #dbc9fb

Analogous Colors of #fbdbc9

#fbdbc9 #fbf4c9 #fbc9d0

Monochromatic Colors of #fbdbc9

#fbdbc9

Complementary Color

#fbdbc9 #c9e9fb

#fbdbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbc9 Color CSS Codes

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

#fbdbc9 Text Font Color

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

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


#fbdbc9 Background Color

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

This div background color is #fbdbc9


#fbdbc9 Border Color

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

This div border color is #fbdbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbc9


Comments

No comments written yet.

Please login to write comment.