Color Hex Logo

#fac7db Color Hex

#FAC7DB
(250,199,219)
0 Favorites   0 Comments

Color spaces of #fac7db

RGB 250199219
HSL0.930.840.88
HSV336°20°98°
CMYK 0.000.200.12   0.02
XYZ72.633966.285375.9840
Yxy66.28530.33800.3084
Hunter Lab81.415816.76851.6567
CIE-Lab85.141721.1714-3.0165

#fac7db color RGB value is (250,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000111 11011011
Octal 372 307 333
Decimal 250 199 219
Hex FA C7 DB

RGB Percentages of Color #fac7db

%37.43
%29.79
%32.78

CMYK Percentages of Color #fac7db

%0
%20
%12
%2

Triadic Colors of #fac7db

#fac7db #dbfac7 #c7dbfa

Analogous Colors of #fac7db

#fac7db #facdc7 #fac7f5

Monochromatic Colors of #fac7db

#fac7db

Complementary Color

#fac7db #c7fae6

#fac7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac7db Color CSS Codes

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

#fac7db Text Font Color

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

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


#fac7db Background Color

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

This div background color is #fac7db


#fac7db Border Color

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

This div border color is #fac7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac7db

#fac7db Color Palettes


Comments

No comments written yet.

Please login to write comment.