Color Hex Logo

#fc9ab9 Color Hex

#FC9AB9
(252,154,185)
0 Favorites   0 Comments

Color spaces of #fc9ab9

RGB 252154185
HSL0.950.940.80
HSV341°39°99°
CMYK 0.000.390.27   0.01
XYZ60.457447.309451.8441
Yxy47.30940.37880.2964
Hunter Lab68.781836.52863.4576
CIE-Lab74.387240.4050-0.3343

#fc9ab9 color RGB value is (252,154,185).

#fc9ab9 hex color red value is 252, green value is 154 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fc9ab9 hue: 0.95 , saturation: 0.94 and the lightness value of fc9ab9 is 0.80.

The process color (four color CMYK) of #fc9ab9 color hex is 0.00, 0.39, 0.27, 0.01. Web safe color of #fc9ab9 is #ff99cc. Color #fc9ab9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011010 10111001
Octal 374 232 271
Decimal 252 154 185
Hex FC 9A B9

RGB Percentages of Color #fc9ab9

%42.64
%26.06
%31.30

CMYK Percentages of Color #fc9ab9

%0
%39
%27
%1

Triadic Colors of #fc9ab9

#fc9ab9 #b9fc9a #9ab9fc

Analogous Colors of #fc9ab9

#fc9ab9 #fcac9a #fc9aea

Monochromatic Colors of #fc9ab9

#fc9ab9

Complementary Color

#fc9ab9 #9afcdd

#fc9ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9ab9 Color CSS Codes

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

#fc9ab9 Text Font Color

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

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


#fc9ab9 Background Color

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

This div background color is #fc9ab9


#fc9ab9 Border Color

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

This div border color is #fc9ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9ab9

Related Colors


Comments

No comments written yet.

Please login to write comment.