Color Hex Logo

#fbd4dd Color Hex

#FBD4DD
(251,212,221)
0 Favorites   0 Comments

Color spaces of #fbd4dd

RGB 251212221
HSL0.960.830.91
HSV346°16°98°
CMYK 0.000.160.12   0.02
XYZ76.378372.816778.4361
Yxy72.81670.33550.3199
Hunter Lab85.332710.43685.2347
CIE-Lab88.360215.02260.6445

#fbd4dd color RGB value is (251,212,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 11011101
Octal 373 324 335
Decimal 251 212 221
Hex FB D4 DD

RGB Percentages of Color #fbd4dd

%36.70
%30.99
%32.31

CMYK Percentages of Color #fbd4dd

%0
%16
%12
%2

Triadic Colors of #fbd4dd

#fbd4dd #ddfbd4 #d4ddfb

Analogous Colors of #fbd4dd

#fbd4dd #fbdfd4 #fbd4f1

Monochromatic Colors of #fbd4dd

#fbd4dd

Complementary Color

#fbd4dd #d4fbf2

#fbd4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd4dd Color CSS Codes

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

#fbd4dd Text Font Color

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

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


#fbd4dd Background Color

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

This div background color is #fbd4dd


#fbd4dd Border Color

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

This div border color is #fbd4dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,212,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 #fbd4dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd4dd


Comments

No comments written yet.

Please login to write comment.