Color Hex Logo

#f9acbc Color Hex

#F9ACBC
(249,172,188)
0 Favorites   0 Comments

Color spaces of #f9acbc

RGB 249172188
HSL0.970.870.83
HSV348°31°98°
CMYK 0.000.310.24   0.02
XYZ62.896553.275654.5452
Yxy53.27560.36840.3121
Hunter Lab72.990126.08296.7859
CIE-Lab78.037430.37813.2927

#f9acbc color RGB value is (249,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 10111100
Octal 371 254 274
Decimal 249 172 188
Hex F9 AC BC

RGB Percentages of Color #f9acbc

%40.89
%28.24
%30.87

CMYK Percentages of Color #f9acbc

%0
%31
%24
%2

Triadic Colors of #f9acbc

#f9acbc #bcf9ac #acbcf9

Analogous Colors of #f9acbc

#f9acbc #f9c3ac #f9ace3

Monochromatic Colors of #f9acbc

#f9acbc

Complementary Color

#f9acbc #acf9e9

#f9acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9acbc Color CSS Codes

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

#f9acbc Text Font Color

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

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


#f9acbc Background Color

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

This div background color is #f9acbc


#f9acbc Border Color

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

This div border color is #f9acbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,172,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9acbc


Comments

No comments written yet.

Please login to write comment.