Color Hex Logo

#fac3da Color Hex

#FAC3DA
(250,195,218)
0 Favorites   0 Comments

Color spaces of #fac3da

RGB 250195218
HSL0.930.850.87
HSV335°22°98°
CMYK 0.000.220.13   0.02
XYZ71.594364.416274.9898
Yxy64.41620.33930.3053
Hunter Lab80.259718.77340.7848
CIE-Lab84.182023.1167-3.8941

#fac3da color RGB value is (250,195,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 11011010
Octal 372 303 332
Decimal 250 195 218
Hex FA C3 DA

RGB Percentages of Color #fac3da

%37.71
%29.41
%32.88

CMYK Percentages of Color #fac3da

%0
%22
%13
%2

Triadic Colors of #fac3da

#fac3da #dafac3 #c3dafa

Analogous Colors of #fac3da

#fac3da #fac8c3 #fac3f6

Monochromatic Colors of #fac3da

#fac3da

Complementary Color

#fac3da #c3fae3

#fac3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac3da Color CSS Codes

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

#fac3da Text Font Color

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

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


#fac3da Background Color

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

This div background color is #fac3da


#fac3da Border Color

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

This div border color is #fac3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac3da


Comments

No comments written yet.

Please login to write comment.