Color Hex Logo

#facac5 Color Hex

#FACAC5
(250,202,197)
0 Favorites   0 Comments

Color spaces of #facac5

RGB 250202197
HSL0.020.840.88
HSV21°98°
CMYK 0.000.190.21   0.02
XYZ70.622966.596361.9555
Yxy66.59630.35460.3344
Hunter Lab81.606611.663712.1118
CIE-Lab85.299716.23238.9238

#facac5 color RGB value is (250,202,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11000101
Octal 372 312 305
Decimal 250 202 197
Hex FA CA C5

RGB Percentages of Color #facac5

%38.52
%31.12
%30.35

CMYK Percentages of Color #facac5

%0
%19
%21
%2

Triadic Colors of #facac5

#facac5 #c5faca #cac5fa

Analogous Colors of #facac5

#facac5 #fae5c5 #fac5db

Monochromatic Colors of #facac5

#facac5

Complementary Color

#facac5 #c5f5fa

#facac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facac5 Color CSS Codes

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

#facac5 Text Font Color

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

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


#facac5 Background Color

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

This div background color is #facac5


#facac5 Border Color

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

This div border color is #facac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,202,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 #facac5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facac5

Related Colors

#facac5 Color Palettes


Comments

No comments written yet.

Please login to write comment.