Color Hex Logo

#fc9abf Color Hex

#FC9ABF
(252,154,191)
0 Favorites   0 Comments

Color spaces of #fc9abf

RGB 252154191
HSL0.940.940.80
HSV337°39°99°
CMYK 0.000.390.24   0.01
XYZ61.104547.568255.2512
Yxy47.56820.37280.2902
Hunter Lab68.969737.44710.7819
CIE-Lab74.551841.2246-3.3995

#fc9abf color RGB value is (252,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011010 10111111
Octal 374 232 277
Decimal 252 154 191
Hex FC 9A BF

RGB Percentages of Color #fc9abf

%42.21
%25.80
%31.99

CMYK Percentages of Color #fc9abf

%0
%39
%24
%1

Triadic Colors of #fc9abf

#fc9abf #bffc9a #9abffc

Analogous Colors of #fc9abf

#fc9abf #fca69a #fc9af0

Monochromatic Colors of #fc9abf

#fc9abf

Complementary Color

#fc9abf #9afcd7

#fc9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9abf Color CSS Codes

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

#fc9abf Text Font Color

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

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


#fc9abf Background Color

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

This div background color is #fc9abf


#fc9abf Border Color

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

This div border color is #fc9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9abf


Comments

No comments written yet.

Please login to write comment.