Color Hex Logo

#fcdad0 Color Hex

#FCDAD0
(252,218,208)
1 Favorites   0 Comments

Color spaces of #fcdad0

RGB 252218208
HSL0.040.880.90
HSV14°17°99°
CMYK 0.000.130.17   0.01
XYZ76.601575.392370.1893
Yxy75.39230.34480.3393
Hunter Lab86.82875.524812.8522
CIE-Lab89.576410.23269.2589

#fcdad0 color RGB value is (252,218,208).

#fcdad0 hex color red value is 252, green value is 218 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #fcdad0 hue: 0.04 , saturation: 0.88 and the lightness value of fcdad0 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11010000
Octal 374 332 320
Decimal 252 218 208
Hex FC DA D0

RGB Percentages of Color #fcdad0

%37.17
%32.15
%30.68

CMYK Percentages of Color #fcdad0

%0
%13
%17
%1

Triadic Colors of #fcdad0

#fcdad0 #d0fcda #dad0fc

Analogous Colors of #fcdad0

#fcdad0 #fcf0d0 #fcd0dc

Monochromatic Colors of #fcdad0

#fcdad0

Complementary Color

#fcdad0 #d0f2fc

#fcdad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdad0 Color CSS Codes

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

#fcdad0 Text Font Color

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

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


#fcdad0 Background Color

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

This div background color is #fcdad0


#fcdad0 Border Color

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

This div border color is #fcdad0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,218,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdad0

#fcdad0 Color Palettes


Comments

No comments written yet.

Please login to write comment.