Color Hex Logo

#fbdcd5 Color Hex

#FBDCD5
(251,220,213)
0 Favorites   0 Comments

Color spaces of #fbdcd5

RGB 251220213
HSL0.030.830.91
HSV11°15°98°
CMYK 0.000.120.15   0.02
XYZ77.387176.499773.6380
Yxy76.49970.34010.3362
Hunter Lab87.46414.872311.3073
CIE-Lab90.09089.60067.3613

#fbdcd5 color RGB value is (251,220,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 11010101
Octal 373 334 325
Decimal 251 220 213
Hex FB DC D5

RGB Percentages of Color #fbdcd5

%36.70
%32.16
%31.14

CMYK Percentages of Color #fbdcd5

%0
%12
%15
%2

Triadic Colors of #fbdcd5

#fbdcd5 #d5fbdc #dcd5fb

Analogous Colors of #fbdcd5

#fbdcd5 #fbefd5 #fbd5e1

Monochromatic Colors of #fbdcd5

#fbdcd5

Complementary Color

#fbdcd5 #d5f4fb

#fbdcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcd5 Color CSS Codes

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

#fbdcd5 Text Font Color

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

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


#fbdcd5 Background Color

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

This div background color is #fbdcd5


#fbdcd5 Border Color

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

This div border color is #fbdcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcd5

Related Colors


Comments

No comments written yet.

Please login to write comment.