Color Hex Logo

#fbacc2 Color Hex

#FBACC2
(251,172,194)
0 Favorites   0 Comments

Color spaces of #fbacc2

RGB 251172194
HSL0.950.910.83
HSV343°31°98°
CMYK 0.000.310.23   0.02
XYZ64.273853.909358.0569
Yxy53.90930.36470.3059
Hunter Lab73.423027.76714.5144
CIE-Lab78.408831.93470.5948

#fbacc2 color RGB value is (251,172,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11000010
Octal 373 254 302
Decimal 251 172 194
Hex FB AC C2

RGB Percentages of Color #fbacc2

%40.68
%27.88
%31.44

CMYK Percentages of Color #fbacc2

%0
%31
%23
%2

Triadic Colors of #fbacc2

#fbacc2 #c2fbac #acc2fb

Analogous Colors of #fbacc2

#fbacc2 #fbbeac #fbacea

Monochromatic Colors of #fbacc2

#fbacc2

Complementary Color

#fbacc2 #acfbe5

#fbacc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbacc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbacc2 Color CSS Codes

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

#fbacc2 Text Font Color

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

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


#fbacc2 Background Color

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

This div background color is #fbacc2


#fbacc2 Border Color

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

This div border color is #fbacc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbacc2

Related Colors


Comments

No comments written yet.

Please login to write comment.