Color Hex Logo

#fac4db Color Hex

#FAC4DB
(250,196,219)
0 Favorites   0 Comments

Color spaces of #fac4db

RGB 250196219
HSL0.930.840.87
HSV334°22°98°
CMYK 0.000.220.12   0.02
XYZ71.950564.918375.7561
Yxy64.91830.33840.3053
Hunter Lab80.571918.39920.6541
CIE-Lab84.441622.7509-4.0461

#fac4db color RGB value is (250,196,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 11011011
Octal 372 304 333
Decimal 250 196 219
Hex FA C4 DB

RGB Percentages of Color #fac4db

%37.59
%29.47
%32.93

CMYK Percentages of Color #fac4db

%0
%22
%12
%2

Triadic Colors of #fac4db

#fac4db #dbfac4 #c4dbfa

Analogous Colors of #fac4db

#fac4db #fac8c4 #fac4f6

Monochromatic Colors of #fac4db

#fac4db

Complementary Color

#fac4db #c4fae3

#fac4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac4db Color CSS Codes

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

#fac4db Text Font Color

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

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


#fac4db Background Color

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

This div background color is #fac4db


#fac4db Border Color

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

This div border color is #fac4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac4db


Comments

No comments written yet.

Please login to write comment.