Color Hex Logo

#fbacc9 Color Hex

#FBACC9
(251,172,201)
0 Favorites   0 Comments

Color spaces of #fbacc9

RGB 251172201
HSL0.940.910.83
HSV338°31°98°
CMYK 0.000.310.20   0.02
XYZ65.078854.231362.2960
Yxy54.23130.35840.2986
Hunter Lab73.641928.87061.3941
CIE-Lab78.596432.9508-2.9366

#fbacc9 color RGB value is (251,172,201).

#fbacc9 hex color red value is 251, green value is 172 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fbacc9 hue: 0.94 , saturation: 0.91 and the lightness value of fbacc9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11001001
Octal 373 254 311
Decimal 251 172 201
Hex FB AC C9

RGB Percentages of Color #fbacc9

%40.22
%27.56
%32.21

CMYK Percentages of Color #fbacc9

%0
%31
%20
%2

Triadic Colors of #fbacc9

#fbacc9 #c9fbac #acc9fb

Analogous Colors of #fbacc9

#fbacc9 #fbb7ac #fbacf1

Monochromatic Colors of #fbacc9

#fbacc9

Complementary Color

#fbacc9 #acfbde

#fbacc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbacc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbacc9 Color CSS Codes

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

#fbacc9 Text Font Color

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

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


#fbacc9 Background Color

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

This div background color is #fbacc9


#fbacc9 Border Color

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

This div border color is #fbacc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbacc9


Comments

No comments written yet.

Please login to write comment.