Color Hex Logo

#facbb7 Color Hex

#FACBB7
(250,203,183)
0 Favorites   0 Comments

Color spaces of #facbb7

RGB 250203183
HSL0.050.870.85
HSV18°27°98°
CMYK 0.000.190.27   0.02
XYZ69.327566.454853.9728
Yxy66.45480.36540.3502
Hunter Lab81.51989.143417.8090
CIE-Lab85.227913.755716.2476

#facbb7 color RGB value is (250,203,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 10110111
Octal 372 313 267
Decimal 250 203 183
Hex FA CB B7

RGB Percentages of Color #facbb7

%39.31
%31.92
%28.77

CMYK Percentages of Color #facbb7

%0
%19
%27
%2

Triadic Colors of #facbb7

#facbb7 #b7facb #cbb7fa

Analogous Colors of #facbb7

#facbb7 #faedb7 #fab7c5

Monochromatic Colors of #facbb7

#facbb7

Complementary Color

#facbb7 #b7e6fa

#facbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbb7 Color CSS Codes

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

#facbb7 Text Font Color

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

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


#facbb7 Background Color

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

This div background color is #facbb7


#facbb7 Border Color

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

This div border color is #facbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbb7

Related Colors


Comments

No comments written yet.

Please login to write comment.