Color Hex Logo

#fbdbc4 Color Hex

#FBDBC4
(251,219,196)
0 Favorites   0 Comments

Color spaces of #fbdbc4

RGB 251219196
HSL0.070.870.88
HSV25°22°98°
CMYK 0.000.130.22   0.02
XYZ75.079075.157862.7744
Yxy75.15780.35250.3528
Hunter Lab86.69362.872017.7539
CIE-Lab89.46697.601615.3816

#fbdbc4 color RGB value is (251,219,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11000100
Octal 373 333 304
Decimal 251 219 196
Hex FB DB C4

RGB Percentages of Color #fbdbc4

%37.69
%32.88
%29.43

CMYK Percentages of Color #fbdbc4

%0
%13
%22
%2

Triadic Colors of #fbdbc4

#fbdbc4 #c4fbdb #dbc4fb

Analogous Colors of #fbdbc4

#fbdbc4 #fbf7c4 #fbc4c9

Monochromatic Colors of #fbdbc4

#fbdbc4

Complementary Color

#fbdbc4 #c4e4fb

#fbdbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbc4 Color CSS Codes

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

#fbdbc4 Text Font Color

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

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


#fbdbc4 Background Color

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

This div background color is #fbdbc4


#fbdbc4 Border Color

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

This div border color is #fbdbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbc4


Comments

No comments written yet.

Please login to write comment.