Color Hex Logo

#faafcd Color Hex

#FAAFCD
(250,175,205)
0 Favorites   0 Comments

Color spaces of #faafcd

RGB 250175205
HSL0.930.880.83
HSV336°30°98°
CMYK 0.000.300.18   0.02
XYZ65.773855.391764.9826
Yxy55.39170.35330.2976
Hunter Lab74.425627.50500.3305
CIE-Lab79.266431.6263-4.1348

#faafcd color RGB value is (250,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11001101
Octal 372 257 315
Decimal 250 175 205
Hex FA AF CD

RGB Percentages of Color #faafcd

%39.68
%27.78
%32.54

CMYK Percentages of Color #faafcd

%0
%30
%18
%2

Triadic Colors of #faafcd

#faafcd #cdfaaf #afcdfa

Analogous Colors of #faafcd

#faafcd #fab7af #faaff3

Monochromatic Colors of #faafcd

#faafcd

Complementary Color

#faafcd #affadc

#faafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafcd Color CSS Codes

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

#faafcd Text Font Color

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

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


#faafcd Background Color

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

This div background color is #faafcd


#faafcd Border Color

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

This div border color is #faafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafcd


Comments

No comments written yet.

Please login to write comment.