Color Hex Logo

#facbc5 Color Hex

#FACBC5
(250,203,197)
0 Favorites   0 Comments

Color spaces of #facbc5

RGB 250203197
HSL0.020.840.88
HSV21°98°
CMYK 0.000.190.21   0.02
XYZ70.858367.067162.0339
Yxy67.06710.35440.3354
Hunter Lab81.894511.129712.4148
CIE-Lab85.537815.70849.2645

#facbc5 color RGB value is (250,203,197).

#facbc5 hex color red value is 250, green value is 203 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #facbc5 hue: 0.02 , saturation: 0.84 and the lightness value of facbc5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11000101
Octal 372 313 305
Decimal 250 203 197
Hex FA CB C5

RGB Percentages of Color #facbc5

%38.46
%31.23
%30.31

CMYK Percentages of Color #facbc5

%0
%19
%21
%2

Triadic Colors of #facbc5

#facbc5 #c5facb #cbc5fa

Analogous Colors of #facbc5

#facbc5 #fae6c5 #fac5da

Monochromatic Colors of #facbc5

#facbc5

Complementary Color

#facbc5 #c5f4fa

#facbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbc5 Color CSS Codes

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

#facbc5 Text Font Color

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

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


#facbc5 Background Color

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

This div background color is #facbc5


#facbc5 Border Color

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

This div border color is #facbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbc5


Comments

No comments written yet.

Please login to write comment.