Color Hex Logo

#facddc Color Hex

#FACDDC
(250,205,220)
0 Favorites   0 Comments

Color spaces of #facddc

RGB 250205220
HSL0.940.820.89
HSV340°18°98°
CMYK 0.000.180.12   0.02
XYZ74.173969.153977.1488
Yxy69.15390.33640.3137
Hunter Lab83.158813.68603.2062
CIE-Lab86.580218.1792-1.4383

#facddc color RGB value is (250,205,220).

#facddc hex color red value is 250, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #facddc hue: 0.94 , saturation: 0.82 and the lightness value of facddc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 11011100
Octal 372 315 334
Decimal 250 205 220
Hex FA CD DC

RGB Percentages of Color #facddc

%37.04
%30.37
%32.59

CMYK Percentages of Color #facddc

%0
%18
%12
%2

Triadic Colors of #facddc

#facddc #dcfacd #cddcfa

Analogous Colors of #facddc

#facddc #fad5cd #facdf3

Monochromatic Colors of #facddc

#facddc

Complementary Color

#facddc #cdfaeb

#facddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#facddc Color CSS Codes

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

#facddc Text Font Color

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

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


#facddc Background Color

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

This div background color is #facddc


#facddc Border Color

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

This div border color is #facddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facddc


Comments

No comments written yet.

Please login to write comment.