Color Hex Logo

#fbdbd4 Color Hex

#FBDBD4
(251,219,212)
0 Favorites   0 Comments

Color spaces of #fbdbd4

RGB 251219212
HSL0.030.830.91
HSV11°16°98°
CMYK 0.000.130.16   0.02
XYZ76.998875.925772.8842
Yxy75.92570.34100.3362
Hunter Lab87.13545.248011.4017
CIE-Lab89.82489.96507.5037

#fbdbd4 color RGB value is (251,219,212).

#fbdbd4 hex color red value is 251, green value is 219 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fbdbd4 hue: 0.03 , saturation: 0.83 and the lightness value of fbdbd4 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11010100
Octal 373 333 324
Decimal 251 219 212
Hex FB DB D4

RGB Percentages of Color #fbdbd4

%36.80
%32.11
%31.09

CMYK Percentages of Color #fbdbd4

%0
%13
%16
%2

Triadic Colors of #fbdbd4

#fbdbd4 #d4fbdb #dbd4fb

Analogous Colors of #fbdbd4

#fbdbd4 #fbefd4 #fbd4e1

Monochromatic Colors of #fbdbd4

#fbdbd4

Complementary Color

#fbdbd4 #d4f4fb

#fbdbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbd4 Color CSS Codes

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

#fbdbd4 Text Font Color

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

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


#fbdbd4 Background Color

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

This div background color is #fbdbd4


#fbdbd4 Border Color

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

This div border color is #fbdbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbd4


Comments

No comments written yet.

Please login to write comment.