Color Hex Logo

#facccd Color Hex

#FACCCD
(250,204,205)
0 Favorites   0 Comments

Color spaces of #facccd

RGB 250204205
HSL1.000.820.89
HSV359°18°98°
CMYK 0.000.180.18   0.02
XYZ72.036767.917567.0703
Yxy67.91750.34800.3281
Hunter Lab82.412111.80649.4358
CIE-Lab85.965216.36575.6306

#facccd color RGB value is (250,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11001101
Octal 372 314 315
Decimal 250 204 205
Hex FA CC CD

RGB Percentages of Color #facccd

%37.94
%30.96
%31.11

CMYK Percentages of Color #facccd

%0
%18
%18
%2

Triadic Colors of #facccd

#facccd #cdfacc #cccdfa

Analogous Colors of #facccd

#facccd #fae2cc #facce4

Monochromatic Colors of #facccd

#facccd

Complementary Color

#facccd #ccfaf9

#facccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#facccd Color CSS Codes

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

#facccd Text Font Color

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

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


#facccd Background Color

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

This div background color is #facccd


#facccd Border Color

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

This div border color is #facccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facccd


Comments

No comments written yet.

Please login to write comment.