Color Hex Logo

#facfbd Color Hex

#FACFBD
(250,207,189)
0 Favorites   0 Comments

Color spaces of #facfbd

RGB 250207189
HSL0.050.860.86
HSV18°24°98°
CMYK 0.000.170.24   0.02
XYZ70.922568.623857.6518
Yxy68.62380.35970.3480
Hunter Lab82.83957.852616.7250
CIE-Lab86.317412.484914.6084

#facfbd color RGB value is (250,207,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 10111101
Octal 372 317 275
Decimal 250 207 189
Hex FA CF BD

RGB Percentages of Color #facfbd

%38.70
%32.04
%29.26

CMYK Percentages of Color #facfbd

%0
%17
%24
%2

Triadic Colors of #facfbd

#facfbd #bdfacf #cfbdfa

Analogous Colors of #facfbd

#facfbd #faeebd #fabdca

Monochromatic Colors of #facfbd

#facfbd

Complementary Color

#facfbd #bde8fa

#facfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#facfbd Color CSS Codes

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

#facfbd Text Font Color

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

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


#facfbd Background Color

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

This div background color is #facfbd


#facfbd Border Color

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

This div border color is #facfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facfbd


Comments

No comments written yet.

Please login to write comment.