Color Hex Logo

#fadac0 Color Hex

#FADAC0
(250,218,192)
0 Favorites   0 Comments

Color spaces of #fadac0

RGB 250218192
HSL0.070.850.87
HSV27°23°98°
CMYK 0.000.130.23   0.02
XYZ74.010274.272660.3045
Yxy74.27260.35480.3561
Hunter Lab86.18162.472918.8396
CIE-Lab89.05127.189616.8773

#fadac0 color RGB value is (250,218,192).

#fadac0 hex color red value is 250, green value is 218 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #fadac0 hue: 0.07 , saturation: 0.85 and the lightness value of fadac0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11000000
Octal 372 332 300
Decimal 250 218 192
Hex FA DA C0

RGB Percentages of Color #fadac0

%37.88
%33.03
%29.09

CMYK Percentages of Color #fadac0

%0
%13
%23
%2

Triadic Colors of #fadac0

#fadac0 #c0fada #dac0fa

Analogous Colors of #fadac0

#fadac0 #faf7c0 #fac0c3

Monochromatic Colors of #fadac0

#fadac0

Complementary Color

#fadac0 #c0e0fa

#fadac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadac0 Color CSS Codes

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

#fadac0 Text Font Color

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

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


#fadac0 Background Color

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

This div background color is #fadac0


#fadac0 Border Color

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

This div border color is #fadac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadac0

Related Colors


Comments

No comments written yet.

Please login to write comment.