Color Hex Logo

#fc8aba Color Hex

#FC8ABA
(252,138,186)
0 Favorites   0 Comments

Color spaces of #fc8aba

RGB 252138186
HSL0.930.950.76
HSV335°45°99°
CMYK 0.000.450.26   0.01
XYZ58.096342.417651.5798
Yxy42.41760.38200.2789
Hunter Lab65.128845.2505-1.3655
CIE-Lab71.157948.6523-5.6363

#fc8aba color RGB value is (252,138,186).

#fc8aba hex color red value is 252, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fc8aba hue: 0.93 , saturation: 0.95 and the lightness value of fc8aba is 0.76.

The process color (four color CMYK) of #fc8aba color hex is 0.00, 0.45, 0.26, 0.01. Web safe color of #fc8aba is #ff99cc. Color #fc8aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001010 10111010
Octal 374 212 272
Decimal 252 138 186
Hex FC 8A BA

RGB Percentages of Color #fc8aba

%43.75
%23.96
%32.29

CMYK Percentages of Color #fc8aba

%0
%45
%26
%1

Triadic Colors of #fc8aba

#fc8aba #bafc8a #8abafc

Analogous Colors of #fc8aba

#fc8aba #fc938a #fc8af3

Monochromatic Colors of #fc8aba

#fc8aba

Complementary Color

#fc8aba #8afccc

#fc8aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8aba Color CSS Codes

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

#fc8aba Text Font Color

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

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


#fc8aba Background Color

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

This div background color is #fc8aba


#fc8aba Border Color

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

This div border color is #fc8aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,138,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8aba

Related Colors


Comments

No comments written yet.

Please login to write comment.