Color Hex Logo

#fbdcd6 Color Hex

#FBDCD6
(251,220,214)
0 Favorites   0 Comments

Color spaces of #fbdcd6

RGB 251220214
HSL0.030.820.91
HSV10°15°98°
CMYK 0.000.120.15   0.02
XYZ77.514576.550774.3086
Yxy76.55070.33940.3352
Hunter Lab87.49335.028610.8899
CIE-Lab90.11449.75516.8706

#fbdcd6 color RGB value is (251,220,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 11010110
Octal 373 334 326
Decimal 251 220 214
Hex FB DC D6

RGB Percentages of Color #fbdcd6

%36.64
%32.12
%31.24

CMYK Percentages of Color #fbdcd6

%0
%12
%15
%2

Triadic Colors of #fbdcd6

#fbdcd6 #d6fbdc #dcd6fb

Analogous Colors of #fbdcd6

#fbdcd6 #fbefd6 #fbd6e3

Monochromatic Colors of #fbdcd6

#fbdcd6

Complementary Color

#fbdcd6 #d6f5fb

#fbdcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcd6 Color CSS Codes

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

#fbdcd6 Text Font Color

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

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


#fbdcd6 Background Color

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

This div background color is #fbdcd6


#fbdcd6 Border Color

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

This div border color is #fbdcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcd6


Comments

No comments written yet.

Please login to write comment.