Color Hex Logo

#facac1 Color Hex

#FACAC1
(250,202,193)
0 Favorites   0 Comments

Color spaces of #facac1

RGB 250202193
HSL0.030.850.87
HSV23°98°
CMYK 0.000.190.23   0.02
XYZ70.170566.415359.5731
Yxy66.41530.35770.3386
Hunter Lab81.495611.077413.7060
CIE-Lab85.207815.659110.9175

#facac1 color RGB value is (250,202,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11000001
Octal 372 312 301
Decimal 250 202 193
Hex FA CA C1

RGB Percentages of Color #facac1

%38.76
%31.32
%29.92

CMYK Percentages of Color #facac1

%0
%19
%23
%2

Triadic Colors of #facac1

#facac1 #c1faca #cac1fa

Analogous Colors of #facac1

#facac1 #fae7c1 #fac1d5

Monochromatic Colors of #facac1

#facac1

Complementary Color

#facac1 #c1f1fa

#facac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facac1 Color CSS Codes

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

#facac1 Text Font Color

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

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


#facac1 Background Color

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

This div background color is #facac1


#facac1 Border Color

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

This div border color is #facac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facac1

Related Colors


Comments

No comments written yet.

Please login to write comment.