Color Hex Logo

#fadccd Color Hex

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

Color spaces of #fadccd

RGB 250220205
HSL0.060.820.89
HSV20°18°98°
CMYK 0.000.120.18   0.02
XYZ76.037075.918268.4037
Yxy75.91820.34510.3445
Hunter Lab87.13113.293014.4451
CIE-Lab89.82138.031211.1588

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

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

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

Base Numbers

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

RGB Percentages of Color #fadccd

%37.04
%32.59
%30.37

CMYK Percentages of Color #fadccd

%0
%12
%18
%2

Triadic Colors of #fadccd

#fadccd #cdfadc #dccdfa

Analogous Colors of #fadccd

#fadccd #faf3cd #facdd5

Monochromatic Colors of #fadccd

#fadccd

Complementary Color

#fadccd #cdebfa

#fadccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadccd Color CSS Codes

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

#fadccd Text Font Color

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

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


#fadccd Background Color

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

This div background color is #fadccd


#fadccd Border Color

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

This div border color is #fadccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadccd


Comments

No comments written yet.

Please login to write comment.