Color Hex Logo

#fbd8df Color Hex

#FBD8DF
(251,216,223)
0 Favorites   0 Comments

Color spaces of #fbd8df

RGB 251216223
HSL0.970.810.92
HSV348°14°98°
CMYK 0.000.140.11   0.02
XYZ77.658874.948780.1855
Yxy74.94870.33360.3220
Hunter Lab86.57298.61795.6855
CIE-Lab89.369013.25791.0606

#fbd8df color RGB value is (251,216,223).

#fbd8df hex color red value is 251, green value is 216 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fbd8df hue: 0.97 , saturation: 0.81 and the lightness value of fbd8df is 0.92.

The process color (four color CMYK) of #fbd8df color hex is 0.00, 0.14, 0.11, 0.02. Web safe color of #fbd8df is #ffcccc. Color #fbd8df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 11011111
Octal 373 330 337
Decimal 251 216 223
Hex FB D8 DF

RGB Percentages of Color #fbd8df

%36.38
%31.30
%32.32

CMYK Percentages of Color #fbd8df

%0
%14
%11
%2

Triadic Colors of #fbd8df

#fbd8df #dffbd8 #d8dffb

Analogous Colors of #fbd8df

#fbd8df #fbe3d8 #fbd8f1

Monochromatic Colors of #fbd8df

#fbd8df

Complementary Color

#fbd8df #d8fbf4

#fbd8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd8df Color CSS Codes

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

#fbd8df Text Font Color

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

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


#fbd8df Background Color

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

This div background color is #fbd8df


#fbd8df Border Color

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

This div border color is #fbd8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd8df


Comments

No comments written yet.

Please login to write comment.