Color Hex Logo

#fac4cc Color Hex

#FAC4CC
(250,196,204)
0 Favorites   0 Comments

Color spaces of #fac4cc

RGB 250196204
HSL0.980.840.87
HSV351°22°98°
CMYK 0.000.220.18   0.02
XYZ70.063464.163565.8188
Yxy64.16350.35020.3207
Hunter Lab80.102115.95097.3537
CIE-Lab84.050820.41613.3951

#fac4cc color RGB value is (250,196,204).

#fac4cc hex color red value is 250, green value is 196 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fac4cc hue: 0.98 , saturation: 0.84 and the lightness value of fac4cc is 0.87.

The process color (four color CMYK) of #fac4cc color hex is 0.00, 0.22, 0.18, 0.02. Web safe color of #fac4cc is #ffcccc. Color #fac4cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 11001100
Octal 372 304 314
Decimal 250 196 204
Hex FA C4 CC

RGB Percentages of Color #fac4cc

%38.46
%30.15
%31.38

CMYK Percentages of Color #fac4cc

%0
%22
%18
%2

Triadic Colors of #fac4cc

#fac4cc #ccfac4 #c4ccfa

Analogous Colors of #fac4cc

#fac4cc #fad7c4 #fac4e7

Monochromatic Colors of #fac4cc

#fac4cc

Complementary Color

#fac4cc #c4faf2

#fac4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac4cc Color CSS Codes

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

#fac4cc Text Font Color

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

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


#fac4cc Background Color

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

This div background color is #fac4cc


#fac4cc Border Color

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

This div border color is #fac4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac4cc


Comments

No comments written yet.

Please login to write comment.