Color Hex Logo

#faaacb Color Hex

#FAAACB
(250,170,203)
0 Favorites   0 Comments

Color spaces of #faaacb

RGB 250170203
HSL0.930.890.82
HSV335°32°98°
CMYK 0.000.320.19   0.02
XYZ64.578653.385263.4006
Yxy53.38520.35610.2944
Hunter Lab73.065229.9030-0.3019
CIE-Lab78.101933.9504-4.7649

#faaacb color RGB value is (250,170,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11001011
Octal 372 252 313
Decimal 250 170 203
Hex FA AA CB

RGB Percentages of Color #faaacb

%40.13
%27.29
%32.58

CMYK Percentages of Color #faaacb

%0
%32
%19
%2

Triadic Colors of #faaacb

#faaacb #cbfaaa #aacbfa

Analogous Colors of #faaacb

#faaacb #fab1aa #faaaf3

Monochromatic Colors of #faaacb

#faaacb

Complementary Color

#faaacb #aafad9

#faaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaacb Color CSS Codes

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

#faaacb Text Font Color

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

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


#faaacb Background Color

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

This div background color is #faaacb


#faaacb Border Color

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

This div border color is #faaacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaacb


Comments

No comments written yet.

Please login to write comment.