Color Hex Logo

#f9acbf Color Hex

#F9ACBF
(249,172,191)
0 Favorites   0 Comments

Color spaces of #f9acbf

RGB 249172191
HSL0.960.870.83
HSV345°31°98°
CMYK 0.000.310.23   0.02
XYZ63.223453.406456.2664
Yxy53.40640.36570.3089
Hunter Lab73.079726.53625.5065
CIE-Lab78.114330.80021.7718

#f9acbf color RGB value is (249,172,191).

#f9acbf hex color red value is 249, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f9acbf hue: 0.96 , saturation: 0.87 and the lightness value of f9acbf is 0.83.

The process color (four color CMYK) of #f9acbf color hex is 0.00, 0.31, 0.23, 0.02. Web safe color of #f9acbf is #ff99cc. Color #f9acbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 10111111
Octal 371 254 277
Decimal 249 172 191
Hex F9 AC BF

RGB Percentages of Color #f9acbf

%40.69
%28.10
%31.21

CMYK Percentages of Color #f9acbf

%0
%31
%23
%2

Triadic Colors of #f9acbf

#f9acbf #bff9ac #acbff9

Analogous Colors of #f9acbf

#f9acbf #f9c0ac #f9ace6

Monochromatic Colors of #f9acbf

#f9acbf

Complementary Color

#f9acbf #acf9e6

#f9acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9acbf Color CSS Codes

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

#f9acbf Text Font Color

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

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


#f9acbf Background Color

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

This div background color is #f9acbf


#f9acbf Border Color

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

This div border color is #f9acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9acbf


Comments

No comments written yet.

Please login to write comment.