Color Hex Logo

#facbe5 Color Hex

#FACBE5
(250,203,229)
0 Favorites   0 Comments

Color spaces of #facbe5

RGB 250203229
HSL0.910.820.89
HSV327°19°98°
CMYK 0.000.190.08   0.02
XYZ74.923168.693083.4389
Yxy68.69300.33000.3025
Hunter Lab82.881216.3185-1.6721
CIE-Lab86.351820.7084-6.5518

#facbe5 color RGB value is (250,203,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11100101
Octal 372 313 345
Decimal 250 203 229
Hex FA CB E5

RGB Percentages of Color #facbe5

%36.66
%29.77
%33.58

CMYK Percentages of Color #facbe5

%0
%19
%8
%2

Triadic Colors of #facbe5

#facbe5 #e5facb #cbe5fa

Analogous Colors of #facbe5

#facbe5 #facbce #f8cbfa

Monochromatic Colors of #facbe5

#facbe5

Complementary Color

#facbe5 #cbfae0

#facbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbe5 Color CSS Codes

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

#facbe5 Text Font Color

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

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


#facbe5 Background Color

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

This div background color is #facbe5


#facbe5 Border Color

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

This div border color is #facbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbe5


Comments

No comments written yet.

Please login to write comment.