Color Hex Logo

#facac9 Color Hex

#FACAC9
(250,202,201)
0 Favorites   0 Comments

Color spaces of #facac9

RGB 250202201
HSL0.000.830.88
HSV20°98°
CMYK 0.000.190.20   0.02
XYZ71.087566.782164.4019
Yxy66.78210.35140.3302
Hunter Lab81.720312.264410.4791
CIE-Lab85.393816.81756.9328

#facac9 color RGB value is (250,202,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11001001
Octal 372 312 311
Decimal 250 202 201
Hex FA CA C9

RGB Percentages of Color #facac9

%38.28
%30.93
%30.78

CMYK Percentages of Color #facac9

%0
%19
%20
%2

Triadic Colors of #facac9

#facac9 #c9faca #cac9fa

Analogous Colors of #facac9

#facac9 #fae3c9 #fac9e1

Monochromatic Colors of #facac9

#facac9

Complementary Color

#facac9 #c9f9fa

#facac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facac9 Color CSS Codes

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

#facac9 Text Font Color

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

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


#facac9 Background Color

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

This div background color is #facac9


#facac9 Border Color

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

This div border color is #facac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facac9

Related Colors


Comments

No comments written yet.

Please login to write comment.