Color Hex Logo

#faaecc Color Hex

#FAAECC
(250,174,204)
0 Favorites   0 Comments

Color spaces of #faaecc

RGB 250174204
HSL0.930.880.83
HSV336°30°98°
CMYK 0.000.300.18   0.02
XYZ65.459554.955764.2842
Yxy54.95570.35440.2975
Hunter Lab74.132127.88630.4787
CIE-Lab79.015732.0009-3.9615

#faaecc color RGB value is (250,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11001100
Octal 372 256 314
Decimal 250 174 204
Hex FA AE CC

RGB Percentages of Color #faaecc

%39.81
%27.71
%32.48

CMYK Percentages of Color #faaecc

%0
%30
%18
%2

Triadic Colors of #faaecc

#faaecc #ccfaae #aeccfa

Analogous Colors of #faaecc

#faaecc #fab6ae #faaef2

Monochromatic Colors of #faaecc

#faaecc

Complementary Color

#faaecc #aefadc

#faaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaecc Color CSS Codes

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

#faaecc Text Font Color

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

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


#faaecc Background Color

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

This div background color is #faaecc


#faaecc Border Color

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

This div border color is #faaecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,174,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 #faaecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaecc


Comments

No comments written yet.

Please login to write comment.