Color Hex Logo

#faceb5 Color Hex

#FACEB5
(250,206,181)
0 Favorites   0 Comments

Color spaces of #faceb5

RGB 250206181
HSL0.060.870.85
HSV22°28°98°
CMYK 0.000.180.28   0.02
XYZ69.836167.802853.1225
Yxy67.80280.36610.3554
Hunter Lab82.34257.289719.3893
CIE-Lab85.907711.923218.2554

#faceb5 color RGB value is (250,206,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10110101
Octal 372 316 265
Decimal 250 206 181
Hex FA CE B5

RGB Percentages of Color #faceb5

%39.25
%32.34
%28.41

CMYK Percentages of Color #faceb5

%0
%18
%28
%2

Triadic Colors of #faceb5

#faceb5 #b5face #ceb5fa

Analogous Colors of #faceb5

#faceb5 #faf1b5 #fab5bf

Monochromatic Colors of #faceb5

#faceb5

Complementary Color

#faceb5 #b5e1fa

#faceb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faceb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faceb5 Color CSS Codes

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

#faceb5 Text Font Color

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

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


#faceb5 Background Color

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

This div background color is #faceb5


#faceb5 Border Color

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

This div border color is #faceb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faceb5


Comments

No comments written yet.

Please login to write comment.