Color Hex Logo

#fcdbcd Color Hex

#FCDBCD
(252,219,205)
0 Favorites   0 Comments

Color spaces of #fcdbcd

RGB 252219205
HSL0.050.890.90
HSV18°19°99°
CMYK 0.000.130.19   0.01
XYZ76.495875.766368.3502
Yxy75.76630.34670.3434
Hunter Lab87.04384.542514.3739
CIE-Lab89.75079.267311.0817

#fcdbcd color RGB value is (252,219,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11001101
Octal 374 333 315
Decimal 252 219 205
Hex FC DB CD

RGB Percentages of Color #fcdbcd

%37.28
%32.40
%30.33

CMYK Percentages of Color #fcdbcd

%0
%13
%19
%1

Triadic Colors of #fcdbcd

#fcdbcd #cdfcdb #dbcdfc

Analogous Colors of #fcdbcd

#fcdbcd #fcf3cd #fccdd7

Monochromatic Colors of #fcdbcd

#fcdbcd

Complementary Color

#fcdbcd #cdeefc

#fcdbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbcd Color CSS Codes

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

#fcdbcd Text Font Color

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

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


#fcdbcd Background Color

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

This div background color is #fcdbcd


#fcdbcd Border Color

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

This div border color is #fcdbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbcd

Related Colors


Comments

No comments written yet.

Please login to write comment.