Color Hex Logo

#fbd7dd Color Hex

#FBD7DD
(251,215,221)
0 Favorites   0 Comments

Color spaces of #fbd7dd

RGB 251215221
HSL0.970.820.91
HSV350°14°98°
CMYK 0.000.140.12   0.02
XYZ77.135274.330678.6884
Yxy74.33060.33510.3230
Hunter Lab86.21528.82426.2368
CIE-Lab89.078513.45701.6909

#fbd7dd color RGB value is (251,215,221).

#fbd7dd hex color red value is 251, green value is 215 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fbd7dd hue: 0.97 , saturation: 0.82 and the lightness value of fbd7dd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 11011101
Octal 373 327 335
Decimal 251 215 221
Hex FB D7 DD

RGB Percentages of Color #fbd7dd

%36.54
%31.30
%32.17

CMYK Percentages of Color #fbd7dd

%0
%14
%12
%2

Triadic Colors of #fbd7dd

#fbd7dd #ddfbd7 #d7ddfb

Analogous Colors of #fbd7dd

#fbd7dd #fbe3d7 #fbd7ef

Monochromatic Colors of #fbd7dd

#fbd7dd

Complementary Color

#fbd7dd #d7fbf5

#fbd7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd7dd Color CSS Codes

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

#fbd7dd Text Font Color

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

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


#fbd7dd Background Color

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

This div background color is #fbd7dd


#fbd7dd Border Color

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

This div border color is #fbd7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd7dd

Related Colors

#fbd7dd Color Palettes


Comments

No comments written yet.

Please login to write comment.