Color Hex Logo

#facbe3 Color Hex

#FACBE3
(250,203,227)
0 Favorites   0 Comments

Color spaces of #facbe3

RGB 250203227
HSL0.910.820.89
HSV329°19°98°
CMYK 0.000.190.09   0.02
XYZ74.645468.581981.9764
Yxy68.58190.33150.3045
Hunter Lab82.814215.9679-0.7203
CIE-Lab86.296620.3750-5.5713

#facbe3 color RGB value is (250,203,227).

#facbe3 hex color red value is 250, green value is 203 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #facbe3 hue: 0.91 , saturation: 0.82 and the lightness value of facbe3 is 0.89.

The process color (four color CMYK) of #facbe3 color hex is 0.00, 0.19, 0.09, 0.02. Web safe color of #facbe3 is #ffcccc. Color #facbe3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11100011
Octal 372 313 343
Decimal 250 203 227
Hex FA CB E3

RGB Percentages of Color #facbe3

%36.76
%29.85
%33.38

CMYK Percentages of Color #facbe3

%0
%19
%9
%2

Triadic Colors of #facbe3

#facbe3 #e3facb #cbe3fa

Analogous Colors of #facbe3

#facbe3 #facbcc #facbfa

Monochromatic Colors of #facbe3

#facbe3

Complementary Color

#facbe3 #cbfae2

#facbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbe3 Color CSS Codes

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

#facbe3 Text Font Color

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

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


#facbe3 Background Color

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

This div background color is #facbe3


#facbe3 Border Color

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

This div border color is #facbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbe3

Related Colors


Comments

No comments written yet.

Please login to write comment.