Color Hex Logo

#fcddca Color Hex

#FCDDCA
(252,221,202)
0 Favorites   0 Comments

Color spaces of #fcddca

RGB 252221202
HSL0.060.890.89
HSV23°20°99°
CMYK 0.000.120.20   0.01
XYZ76.662076.672666.6359
Yxy76.67260.34850.3486
Hunter Lab87.56293.043116.1740
CIE-Lab90.17077.793613.2497

#fcddca color RGB value is (252,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11001010
Octal 374 335 312
Decimal 252 221 202
Hex FC DD CA

RGB Percentages of Color #fcddca

%37.33
%32.74
%29.93

CMYK Percentages of Color #fcddca

%0
%12
%20
%1

Triadic Colors of #fcddca

#fcddca #cafcdd #ddcafc

Analogous Colors of #fcddca

#fcddca #fcf6ca #fccad0

Monochromatic Colors of #fcddca

#fcddca

Complementary Color

#fcddca #cae9fc

#fcddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddca Color CSS Codes

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

#fcddca Text Font Color

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

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


#fcddca Background Color

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

This div background color is #fcddca


#fcddca Border Color

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

This div border color is #fcddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddca


Comments

No comments written yet.

Please login to write comment.