Color Hex Logo

#fbdbc5 Color Hex

#FBDBC5
(251,219,197)
0 Favorites   0 Comments

Color spaces of #fbdbc5

RGB 251219197
HSL0.070.870.88
HSV24°22°98°
CMYK 0.000.130.22   0.02
XYZ75.193275.203563.3759
Yxy75.20350.35170.3518
Hunter Lab86.72003.014017.3742
CIE-Lab89.48827.743714.8885

#fbdbc5 color RGB value is (251,219,197).

#fbdbc5 hex color red value is 251, green value is 219 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fbdbc5 hue: 0.07 , saturation: 0.87 and the lightness value of fbdbc5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11000101
Octal 373 333 305
Decimal 251 219 197
Hex FB DB C5

RGB Percentages of Color #fbdbc5

%37.63
%32.83
%29.54

CMYK Percentages of Color #fbdbc5

%0
%13
%22
%2

Triadic Colors of #fbdbc5

#fbdbc5 #c5fbdb #dbc5fb

Analogous Colors of #fbdbc5

#fbdbc5 #fbf6c5 #fbc5ca

Monochromatic Colors of #fbdbc5

#fbdbc5

Complementary Color

#fbdbc5 #c5e5fb

#fbdbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbc5 Color CSS Codes

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

#fbdbc5 Text Font Color

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

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


#fbdbc5 Background Color

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

This div background color is #fbdbc5


#fbdbc5 Border Color

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

This div border color is #fbdbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbc5

Related Colors


Comments

No comments written yet.

Please login to write comment.