Color Hex Logo

#fcdaca Color Hex

#FCDACA
(252,218,202)
0 Favorites   0 Comments

Color spaces of #fcdaca

RGB 252218202
HSL0.050.890.89
HSV19°20°99°
CMYK 0.000.130.20   0.01
XYZ75.877075.102566.3742
Yxy75.10250.34910.3455
Hunter Lab86.66174.628415.2530
CIE-Lab89.44109.344912.2141

#fcdaca color RGB value is (252,218,202).

#fcdaca hex color red value is 252, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fcdaca hue: 0.05 , saturation: 0.89 and the lightness value of fcdaca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11001010
Octal 374 332 312
Decimal 252 218 202
Hex FC DA CA

RGB Percentages of Color #fcdaca

%37.50
%32.44
%30.06

CMYK Percentages of Color #fcdaca

%0
%13
%20
%1

Triadic Colors of #fcdaca

#fcdaca #cafcda #dacafc

Analogous Colors of #fcdaca

#fcdaca #fcf3ca #fccad3

Monochromatic Colors of #fcdaca

#fcdaca

Complementary Color

#fcdaca #caecfc

#fcdaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdaca Color CSS Codes

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

#fcdaca Text Font Color

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

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


#fcdaca Background Color

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

This div background color is #fcdaca


#fcdaca Border Color

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

This div border color is #fcdaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdaca

Related Colors


Comments

No comments written yet.

Please login to write comment.