Color Hex Logo

#fb8dac Color Hex

#FB8DAC
(251,141,172)
0 Favorites   0 Comments

Color spaces of #fb8dac

RGB 251141172
HSL0.950.930.77
HSV343°44°98°
CMYK 0.000.440.31   0.02
XYZ56.754942.537544.2490
Yxy42.53750.39540.2963
Hunter Lab65.220841.19375.4293
CIE-Lab71.239945.00742.2718

#fb8dac color RGB value is (251,141,172).

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

The process color (four color CMYK) of #fb8dac color hex is 0.00, 0.44, 0.31, 0.02. Web safe color of #fb8dac is #ff9999. Color #fb8dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001101 10101100
Octal 373 215 254
Decimal 251 141 172
Hex FB 8D AC

RGB Percentages of Color #fb8dac

%44.50
%25.00
%30.50

CMYK Percentages of Color #fb8dac

%0
%44
%31
%2

Triadic Colors of #fb8dac

#fb8dac #acfb8d #8dacfb

Analogous Colors of #fb8dac

#fb8dac #fba58d #fb8de3

Monochromatic Colors of #fb8dac

#fb8dac

Complementary Color

#fb8dac #8dfbdc

#fb8dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8dac Color CSS Codes

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

#fb8dac Text Font Color

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

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


#fb8dac Background Color

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

This div background color is #fb8dac


#fb8dac Border Color

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

This div border color is #fb8dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8dac


Comments

No comments written yet.

Please login to write comment.