Color Hex Logo

#fcdbd5 Color Hex

#FCDBD5
(252,219,213)
0 Favorites   0 Comments

Color spaces of #fcdbd5

RGB 252219213
HSL0.030.870.91
HSV15°99°
CMYK 0.000.130.15   0.01
XYZ77.486676.162673.5677
Yxy76.16260.34100.3352
Hunter Lab87.27125.762511.1097
CIE-Lab89.934810.47337.1481

#fcdbd5 color RGB value is (252,219,213).

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

The process color (four color CMYK) of #fcdbd5 color hex is 0.00, 0.13, 0.15, 0.01. Web safe color of #fcdbd5 is #ffcccc. Color #fcdbd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11010101
Octal 374 333 325
Decimal 252 219 213
Hex FC DB D5

RGB Percentages of Color #fcdbd5

%36.84
%32.02
%31.14

CMYK Percentages of Color #fcdbd5

%0
%13
%15
%1

Triadic Colors of #fcdbd5

#fcdbd5 #d5fcdb #dbd5fc

Analogous Colors of #fcdbd5

#fcdbd5 #fcefd5 #fcd5e3

Monochromatic Colors of #fcdbd5

#fcdbd5

Complementary Color

#fcdbd5 #d5f6fc

#fcdbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbd5 Color CSS Codes

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

#fcdbd5 Text Font Color

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

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


#fcdbd5 Background Color

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

This div background color is #fcdbd5


#fcdbd5 Border Color

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

This div border color is #fcdbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbd5


Comments

No comments written yet.

Please login to write comment.