Color Hex Logo

#faadca Color Hex

#FAADCA
(250,173,202)
0 Favorites   0 Comments

Color spaces of #faadca

RGB 250173202
HSL0.940.890.83
HSV337°31°98°
CMYK 0.000.310.19   0.02
XYZ65.028654.475462.9645
Yxy54.47540.35640.2985
Hunter Lab73.807528.10571.0854
CIE-Lab78.738132.2266-3.2841

#faadca color RGB value is (250,173,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11001010
Octal 372 255 312
Decimal 250 173 202
Hex FA AD CA

RGB Percentages of Color #faadca

%40.00
%27.68
%32.32

CMYK Percentages of Color #faadca

%0
%31
%19
%2

Triadic Colors of #faadca

#faadca #cafaad #adcafa

Analogous Colors of #faadca

#faadca #fab7ad #faadf1

Monochromatic Colors of #faadca

#faadca

Complementary Color

#faadca #adfadd

#faadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadca Color CSS Codes

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

#faadca Text Font Color

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

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


#faadca Background Color

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

This div background color is #faadca


#faadca Border Color

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

This div border color is #faadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadca

Related Colors


Comments

No comments written yet.

Please login to write comment.