Color Hex Logo

#faa8cb Color Hex

#FAA8CB
(250,168,203)
0 Favorites   0 Comments

Color spaces of #faa8cb

RGB 250168203
HSL0.930.890.82
HSV334°33°98°
CMYK 0.000.330.19   0.02
XYZ64.206552.641163.2766
Yxy52.64110.35650.2922
Hunter Lab72.554230.9929-0.9206
CIE-Lab77.662634.9979-5.4132

#faa8cb color RGB value is (250,168,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 11001011
Octal 372 250 313
Decimal 250 168 203
Hex FA A8 CB

RGB Percentages of Color #faa8cb

%40.26
%27.05
%32.69

CMYK Percentages of Color #faa8cb

%0
%33
%19
%2

Triadic Colors of #faa8cb

#faa8cb #cbfaa8 #a8cbfa

Analogous Colors of #faa8cb

#faa8cb #faaea8 #faa8f4

Monochromatic Colors of #faa8cb

#faa8cb

Complementary Color

#faa8cb #a8fad7

#faa8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa8cb Color CSS Codes

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

#faa8cb Text Font Color

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

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


#faa8cb Background Color

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

This div background color is #faa8cb


#faa8cb Border Color

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

This div border color is #faa8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa8cb

Related Colors


Comments

No comments written yet.

Please login to write comment.