Color Hex Logo

#fcdadc Color Hex

#FCDADC
(252,218,220)
0 Favorites   0 Comments

Color spaces of #fcdadc

RGB 252218220
HSL0.990.850.92
HSV356°13°99°
CMYK 0.000.130.13   0.01
XYZ78.134676.005678.2626
Yxy76.00560.33620.3270
Hunter Lab87.18127.41047.8022
CIE-Lab89.861912.08573.3659

#fcdadc color RGB value is (252,218,220).

#fcdadc hex color red value is 252, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fcdadc hue: 0.99 , saturation: 0.85 and the lightness value of fcdadc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 11011100
Octal 374 332 334
Decimal 252 218 220
Hex FC DA DC

RGB Percentages of Color #fcdadc

%36.52
%31.59
%31.88

CMYK Percentages of Color #fcdadc

%0
%13
%13
%1

Triadic Colors of #fcdadc

#fcdadc #dcfcda #dadcfc

Analogous Colors of #fcdadc

#fcdadc #fce9da #fcdaed

Monochromatic Colors of #fcdadc

#fcdadc

Complementary Color

#fcdadc #dafcfa

#fcdadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdadc Color CSS Codes

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

#fcdadc Text Font Color

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

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


#fcdadc Background Color

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

This div background color is #fcdadc


#fcdadc Border Color

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

This div border color is #fcdadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdadc

Related Colors


Comments

No comments written yet.

Please login to write comment.