Color Hex Logo

#fadac8 Color Hex

#FADAC8
(250,218,200)
0 Favorites   0 Comments

Color spaces of #fadac8

RGB 250218200
HSL0.060.830.88
HSV22°20°98°
CMYK 0.000.130.20   0.02
XYZ74.921174.636965.1012
Yxy74.63690.34900.3477
Hunter Lab86.39273.610915.7969
CIE-Lab89.22268.330012.9288

#fadac8 color RGB value is (250,218,200).

#fadac8 hex color red value is 250, green value is 218 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #fadac8 hue: 0.06 , saturation: 0.83 and the lightness value of fadac8 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11001000
Octal 372 332 310
Decimal 250 218 200
Hex FA DA C8

RGB Percentages of Color #fadac8

%37.43
%32.63
%29.94

CMYK Percentages of Color #fadac8

%0
%13
%20
%2

Triadic Colors of #fadac8

#fadac8 #c8fada #dac8fa

Analogous Colors of #fadac8

#fadac8 #faf3c8 #fac8cf

Monochromatic Colors of #fadac8

#fadac8

Complementary Color

#fadac8 #c8e8fa

#fadac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadac8 Color CSS Codes

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

#fadac8 Text Font Color

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

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


#fadac8 Background Color

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

This div background color is #fadac8


#fadac8 Border Color

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

This div border color is #fadac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadac8


Comments

No comments written yet.

Please login to write comment.