Color Hex Logo

#fbacd9 Color Hex

#FBACD9
(251,172,217)
0 Favorites   0 Comments

Color spaces of #fbacd9

RGB 251172217
HSL0.910.910.83
HSV326°31°98°
CMYK 0.000.310.14   0.02
XYZ67.060655.024072.7319
Yxy55.02400.34420.2824
Hunter Lab74.178231.5607-6.2093
CIE-Lab79.055135.4024-10.9428

#fbacd9 color RGB value is (251,172,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11011001
Octal 373 254 331
Decimal 251 172 217
Hex FB AC D9

RGB Percentages of Color #fbacd9

%39.22
%26.88
%33.91

CMYK Percentages of Color #fbacd9

%0
%31
%14
%2

Triadic Colors of #fbacd9

#fbacd9 #d9fbac #acd9fb

Analogous Colors of #fbacd9

#fbacd9 #fbacb2 #f6acfb

Monochromatic Colors of #fbacd9

#fbacd9

Complementary Color

#fbacd9 #acfbce

#fbacd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbacd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbacd9 Color CSS Codes

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

#fbacd9 Text Font Color

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

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


#fbacd9 Background Color

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

This div background color is #fbacd9


#fbacd9 Border Color

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

This div border color is #fbacd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbacd9

Related Colors


Comments

No comments written yet.

Please login to write comment.