Color Hex Logo

#fadcdc Color Hex

#FADCDC
(250,220,220)
1 Favorites   0 Comments

Color spaces of #fadcdc

RGB 250220220
HSL0.000.750.92
HSV12°98°
CMYK 0.000.120.12   0.02
XYZ77.935876.677778.4028
Yxy76.67770.33450.3291
Hunter Lab87.56585.62948.2102
CIE-Lab90.173110.34713.7955

#fadcdc color RGB value is (250,220,220).

#fadcdc hex color red value is 250, green value is 220 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fadcdc hue: 0.00 , saturation: 0.75 and the lightness value of fadcdc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 11011100
Octal 372 334 334
Decimal 250 220 220
Hex FA DC DC

RGB Percentages of Color #fadcdc

%36.23
%31.88
%31.88

CMYK Percentages of Color #fadcdc

%0
%12
%12
%2

Triadic Colors of #fadcdc

#fadcdc #dcfadc #dcdcfa

Analogous Colors of #fadcdc

#fadcdc #faebdc #fadceb

Monochromatic Colors of #fadcdc

#fadcdc

Complementary Color

#fadcdc #dcfafa

#fadcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadcdc Color CSS Codes

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

#fadcdc Text Font Color

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

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


#fadcdc Background Color

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

This div background color is #fadcdc


#fadcdc Border Color

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

This div border color is #fadcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadcdc

#fadcdc Color Palettes


Comments

No comments written yet.

Please login to write comment.