Color Hex Logo

#facebe Color Hex

#FACEBE
(250,206,190)
0 Favorites   0 Comments

Color spaces of #facebe

RGB 250206190
HSL0.040.860.86
HSV16°24°98°
CMYK 0.000.180.24   0.02
XYZ70.789968.184358.1451
Yxy68.18430.35910.3459
Hunter Lab82.57388.522616.0520
CIE-Lab86.098513.145613.7709

#facebe color RGB value is (250,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10111110
Octal 372 316 276
Decimal 250 206 190
Hex FA CE BE

RGB Percentages of Color #facebe

%38.70
%31.89
%29.41

CMYK Percentages of Color #facebe

%0
%18
%24
%2

Triadic Colors of #facebe

#facebe #beface #cebefa

Analogous Colors of #facebe

#facebe #faecbe #fabecc

Monochromatic Colors of #facebe

#facebe

Complementary Color

#facebe #beeafa

#facebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#facebe Color CSS Codes

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

#facebe Text Font Color

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

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


#facebe Background Color

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

This div background color is #facebe


#facebe Border Color

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

This div border color is #facebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facebe


Comments

No comments written yet.

Please login to write comment.