Color Hex Logo

#faadce Color Hex

#FAADCE
(250,173,206)
0 Favorites   0 Comments

Color spaces of #faadce

RGB 250173206
HSL0.930.890.83
HSV334°31°98°
CMYK 0.000.310.18   0.02
XYZ65.508554.667465.4917
Yxy54.66740.35280.2944
Hunter Lab73.937428.7604-0.7613
CIE-Lab78.849332.8285-5.2925

#faadce color RGB value is (250,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11001110
Octal 372 255 316
Decimal 250 173 206
Hex FA AD CE

RGB Percentages of Color #faadce

%39.75
%27.50
%32.75

CMYK Percentages of Color #faadce

%0
%31
%18
%2

Triadic Colors of #faadce

#faadce #cefaad #adcefa

Analogous Colors of #faadce

#faadce #fab3ad #faadf5

Monochromatic Colors of #faadce

#faadce

Complementary Color

#faadce #adfad9

#faadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadce Color CSS Codes

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

#faadce Text Font Color

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

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


#faadce Background Color

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

This div background color is #faadce


#faadce Border Color

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

This div border color is #faadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadce

Related Colors


Comments

No comments written yet.

Please login to write comment.