Color Hex Logo

#facdbd Color Hex

#FACDBD
(250,205,189)
0 Favorites   0 Comments

Color spaces of #facdbd

RGB 250205189
HSL0.040.860.86
HSV16°24°98°
CMYK 0.000.180.24   0.02
XYZ70.441067.660857.4913
Yxy67.66080.36010.3459
Hunter Lab82.25628.912116.1398
CIE-Lab85.836613.529013.9297

#facdbd color RGB value is (250,205,189).

#facdbd hex color red value is 250, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #facdbd hue: 0.04 , saturation: 0.86 and the lightness value of facdbd is 0.86.

The process color (four color CMYK) of #facdbd color hex is 0.00, 0.18, 0.24, 0.02. Web safe color of #facdbd is #ffcccc. Color #facdbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 10111101
Octal 372 315 275
Decimal 250 205 189
Hex FA CD BD

RGB Percentages of Color #facdbd

%38.82
%31.83
%29.35

CMYK Percentages of Color #facdbd

%0
%18
%24
%2

Triadic Colors of #facdbd

#facdbd #bdfacd #cdbdfa

Analogous Colors of #facdbd

#facdbd #faecbd #fabdcc

Monochromatic Colors of #facdbd

#facdbd

Complementary Color

#facdbd #bdeafa

#facdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#facdbd Color CSS Codes

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

#facdbd Text Font Color

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

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


#facdbd Background Color

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

This div background color is #facdbd


#facdbd Border Color

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

This div border color is #facdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facdbd


Comments

No comments written yet.

Please login to write comment.