Color Hex Logo

#fa8acb Color Hex

#FA8ACB
(250,138,203)
0 Favorites   0 Comments

Color spaces of #fa8acb

RGB 250138203
HSL0.900.920.76
HSV325°45°98°
CMYK 0.000.450.19   0.02
XYZ59.292342.812761.6386
Yxy42.81270.36210.2615
Hunter Lab65.431447.2472-10.0512
CIE-Lab71.427750.3816-14.7104

#fa8acb color RGB value is (250,138,203).

#fa8acb hex color red value is 250, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fa8acb hue: 0.90 , saturation: 0.92 and the lightness value of fa8acb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001010 11001011
Octal 372 212 313
Decimal 250 138 203
Hex FA 8A CB

RGB Percentages of Color #fa8acb

%42.30
%23.35
%34.35

CMYK Percentages of Color #fa8acb

%0
%45
%19
%2

Triadic Colors of #fa8acb

#fa8acb #cbfa8a #8acbfa

Analogous Colors of #fa8acb

#fa8acb #fa8a93 #f18afa

Monochromatic Colors of #fa8acb

#fa8acb

Complementary Color

#fa8acb #8afab9

#fa8acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8acb Color CSS Codes

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

#fa8acb Text Font Color

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

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


#fa8acb Background Color

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

This div background color is #fa8acb


#fa8acb Border Color

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

This div border color is #fa8acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8acb

Related Colors


Comments

No comments written yet.

Please login to write comment.