Color Hex Logo

#faceba Color Hex

#FACEBA
(250,206,186)
0 Favorites   0 Comments

Color spaces of #faceba

RGB 250206186
HSL0.050.860.85
HSV19°26°98°
CMYK 0.000.180.26   0.02
XYZ70.358668.011855.8737
Yxy68.01180.36220.3501
Hunter Lab82.46937.965917.5590
CIE-Lab86.012312.594715.7633

#faceba color RGB value is (250,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10111010
Octal 372 316 272
Decimal 250 206 186
Hex FA CE BA

RGB Percentages of Color #faceba

%38.94
%32.09
%28.97

CMYK Percentages of Color #faceba

%0
%18
%26
%2

Triadic Colors of #faceba

#faceba #baface #cebafa

Analogous Colors of #faceba

#faceba #faeeba #fabac6

Monochromatic Colors of #faceba

#faceba

Complementary Color

#faceba #bae6fa

#faceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#faceba Color CSS Codes

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

#faceba Text Font Color

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

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


#faceba Background Color

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

This div background color is #faceba


#faceba Border Color

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

This div border color is #faceba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,206,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faceba


Comments

No comments written yet.

Please login to write comment.