Color Hex Logo

#fcdabd Color Hex

#FCDABD
(252,218,189)
0 Favorites   0 Comments

Color spaces of #fcdabd

RGB 252218189
HSL0.080.910.86
HSV28°25°99°
CMYK 0.000.130.25   0.01
XYZ74.401674.512458.6051
Yxy74.51240.35850.3591
Hunter Lab86.32062.792120.1710
CIE-Lab89.16417.512318.6296

#fcdabd color RGB value is (252,218,189).

#fcdabd hex color red value is 252, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fcdabd hue: 0.08 , saturation: 0.91 and the lightness value of fcdabd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011010 10111101
Octal 374 332 275
Decimal 252 218 189
Hex FC DA BD

RGB Percentages of Color #fcdabd

%38.24
%33.08
%28.68

CMYK Percentages of Color #fcdabd

%0
%13
%25
%1

Triadic Colors of #fcdabd

#fcdabd #bdfcda #dabdfc

Analogous Colors of #fcdabd

#fcdabd #fcfabd #fcbdc0

Monochromatic Colors of #fcdabd

#fcdabd

Complementary Color

#fcdabd #bddffc

#fcdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdabd Color CSS Codes

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

#fcdabd Text Font Color

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

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


#fcdabd Background Color

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

This div background color is #fcdabd


#fcdabd Border Color

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

This div border color is #fcdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdabd

Related Colors


Comments

No comments written yet.

Please login to write comment.