Color Hex Logo

#faafcc Color Hex

#FAAFCC
(250,175,204)
0 Favorites   0 Comments

Color spaces of #faafcc

RGB 250175204
HSL0.940.880.83
HSV337°30°98°
CMYK 0.000.300.18   0.02
XYZ65.653455.343664.3488
Yxy55.34360.35420.2986
Hunter Lab74.393327.34120.7906
CIE-Lab79.238831.4752-3.6332

#faafcc color RGB value is (250,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 11001100
Octal 372 257 314
Decimal 250 175 204
Hex FA AF CC

RGB Percentages of Color #faafcc

%39.75
%27.82
%32.43

CMYK Percentages of Color #faafcc

%0
%30
%18
%2

Triadic Colors of #faafcc

#faafcc #ccfaaf #afccfa

Analogous Colors of #faafcc

#faafcc #fab8af #faaff2

Monochromatic Colors of #faafcc

#faafcc

Complementary Color

#faafcc #affadd

#faafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafcc Color CSS Codes

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

#faafcc Text Font Color

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

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


#faafcc Background Color

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

This div background color is #faafcc


#faafcc Border Color

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

This div border color is #faafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafcc


Comments

No comments written yet.

Please login to write comment.