Color Hex Logo

#faadcf Color Hex

#FAADCF
(250,173,207)
0 Favorites   0 Comments

Color spaces of #faadcf

RGB 250173207
HSL0.930.890.83
HSV334°31°98°
CMYK 0.000.310.17   0.02
XYZ65.630454.716166.1337
Yxy54.71610.35190.2934
Hunter Lab73.970328.9266-1.2294
CIE-Lab78.877532.9809-5.7938

#faadcf color RGB value is (250,173,207).

#faadcf hex color red value is 250, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #faadcf hue: 0.93 , saturation: 0.89 and the lightness value of faadcf is 0.83.

The process color (four color CMYK) of #faadcf color hex is 0.00, 0.31, 0.17, 0.02. Web safe color of #faadcf is #ff99cc. Color #faadcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11001111
Octal 372 255 317
Decimal 250 173 207
Hex FA AD CF

RGB Percentages of Color #faadcf

%39.68
%27.46
%32.86

CMYK Percentages of Color #faadcf

%0
%31
%17
%2

Triadic Colors of #faadcf

#faadcf #cffaad #adcffa

Analogous Colors of #faadcf

#faadcf #fab2ad #faadf6

Monochromatic Colors of #faadcf

#faadcf

Complementary Color

#faadcf #adfad8

#faadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadcf Color CSS Codes

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

#faadcf Text Font Color

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

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


#faadcf Background Color

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

This div background color is #faadcf


#faadcf Border Color

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

This div border color is #faadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadcf


Comments

No comments written yet.

Please login to write comment.