Color Hex Logo

#fcdbc2 Color Hex

#FCDBC2
(252,219,194)
0 Favorites   0 Comments

Color spaces of #fcdbc2

RGB 252219194
HSL0.070.910.87
HSV26°23°99°
CMYK 0.000.130.23   0.01
XYZ75.214075.253561.6001
Yxy75.25350.35470.3549
Hunter Lab86.74882.954918.6225
CIE-Lab89.51167.685616.5033

#fcdbc2 color RGB value is (252,219,194).

#fcdbc2 hex color red value is 252, green value is 219 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fcdbc2 hue: 0.07 , saturation: 0.91 and the lightness value of fcdbc2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11000010
Octal 374 333 302
Decimal 252 219 194
Hex FC DB C2

RGB Percentages of Color #fcdbc2

%37.89
%32.93
%29.17

CMYK Percentages of Color #fcdbc2

%0
%13
%23
%1

Triadic Colors of #fcdbc2

#fcdbc2 #c2fcdb #dbc2fc

Analogous Colors of #fcdbc2

#fcdbc2 #fcf8c2 #fcc2c6

Monochromatic Colors of #fcdbc2

#fcdbc2

Complementary Color

#fcdbc2 #c2e3fc

#fcdbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbc2 Color CSS Codes

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

#fcdbc2 Text Font Color

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

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


#fcdbc2 Background Color

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

This div background color is #fcdbc2


#fcdbc2 Border Color

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

This div border color is #fcdbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbc2


Comments

No comments written yet.

Please login to write comment.