Color Hex Logo

#f9acbd Color Hex

#F9ACBD
(249,172,189)
0 Favorites   0 Comments

Color spaces of #f9acbd

RGB 249172189
HSL0.960.870.83
HSV347°31°98°
CMYK 0.000.310.24   0.02
XYZ63.004853.318955.1150
Yxy53.31890.36750.3110
Hunter Lab73.019826.23336.3620
CIE-Lab78.062930.51822.7854

#f9acbd color RGB value is (249,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 10111101
Octal 371 254 275
Decimal 249 172 189
Hex F9 AC BD

RGB Percentages of Color #f9acbd

%40.82
%28.20
%30.98

CMYK Percentages of Color #f9acbd

%0
%31
%24
%2

Triadic Colors of #f9acbd

#f9acbd #bdf9ac #acbdf9

Analogous Colors of #f9acbd

#f9acbd #f9c2ac #f9ace4

Monochromatic Colors of #f9acbd

#f9acbd

Complementary Color

#f9acbd #acf9e8

#f9acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9acbd Color CSS Codes

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

#f9acbd Text Font Color

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

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


#f9acbd Background Color

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

This div background color is #f9acbd


#f9acbd Border Color

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

This div border color is #f9acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9acbd


Comments

No comments written yet.

Please login to write comment.