Color Hex Logo

#fac3db Color Hex

#FAC3DB
(250,195,219)
0 Favorites   0 Comments

Color spaces of #fac3db

RGB 250195219
HSL0.930.850.87
HSV334°22°98°
CMYK 0.000.220.12   0.02
XYZ71.725664.468775.6812
Yxy64.46870.33850.3043
Hunter Lab80.292418.94320.3197
CIE-Lab84.209223.2774-4.3883

#fac3db color RGB value is (250,195,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 11011011
Octal 372 303 333
Decimal 250 195 219
Hex FA C3 DB

RGB Percentages of Color #fac3db

%37.65
%29.37
%32.98

CMYK Percentages of Color #fac3db

%0
%22
%12
%2

Triadic Colors of #fac3db

#fac3db #dbfac3 #c3dbfa

Analogous Colors of #fac3db

#fac3db #fac7c3 #fac3f7

Monochromatic Colors of #fac3db

#fac3db

Complementary Color

#fac3db #c3fae2

#fac3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac3db Color CSS Codes

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

#fac3db Text Font Color

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

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


#fac3db Background Color

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

This div background color is #fac3db


#fac3db Border Color

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

This div border color is #fac3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac3db

#fac3db Color Palettes


Comments

No comments written yet.

Please login to write comment.