Color Hex Logo

#faccdd Color Hex

#FACCDD
(250,204,221)
0 Favorites   0 Comments

Color spaces of #faccdd

RGB 250204221
HSL0.940.820.89
HSV338°18°98°
CMYK 0.000.180.12   0.02
XYZ74.068468.730277.7690
Yxy68.73020.33580.3116
Hunter Lab82.903714.39532.4147
CIE-Lab86.370318.8657-2.2767

#faccdd color RGB value is (250,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11011101
Octal 372 314 335
Decimal 250 204 221
Hex FA CC DD

RGB Percentages of Color #faccdd

%37.04
%30.22
%32.74

CMYK Percentages of Color #faccdd

%0
%18
%12
%2

Triadic Colors of #faccdd

#faccdd #ddfacc #ccddfa

Analogous Colors of #faccdd

#faccdd #fad2cc #faccf4

Monochromatic Colors of #faccdd

#faccdd

Complementary Color

#faccdd #ccfae9

#faccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faccdd Color CSS Codes

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

#faccdd Text Font Color

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

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


#faccdd Background Color

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

This div background color is #faccdd


#faccdd Border Color

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

This div border color is #faccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faccdd

Related Colors

#faccdd Color Palettes


Comments

No comments written yet.

Please login to write comment.