Color Hex Logo

#fbd3df Color Hex

#FBD3DF
(251,211,223)
0 Favorites   0 Comments

Color spaces of #fbd3df

RGB 251211223
HSL0.950.830.91
HSV342°16°98°
CMYK 0.000.160.11   0.02
XYZ76.397272.425579.7650
Yxy72.42550.33420.3168
Hunter Lab85.103211.30914.0012
CIE-Lab88.173015.8679-0.6852

#fbd3df color RGB value is (251,211,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 11011111
Octal 373 323 337
Decimal 251 211 223
Hex FB D3 DF

RGB Percentages of Color #fbd3df

%36.64
%30.80
%32.55

CMYK Percentages of Color #fbd3df

%0
%16
%11
%2

Triadic Colors of #fbd3df

#fbd3df #dffbd3 #d3dffb

Analogous Colors of #fbd3df

#fbd3df #fbdbd3 #fbd3f3

Monochromatic Colors of #fbd3df

#fbd3df

Complementary Color

#fbd3df #d3fbef

#fbd3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd3df Color CSS Codes

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

#fbd3df Text Font Color

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

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


#fbd3df Background Color

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

This div background color is #fbd3df


#fbd3df Border Color

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

This div border color is #fbd3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd3df


Comments

No comments written yet.

Please login to write comment.