Color Hex Logo

#ffbabf Color Hex

#FFBABF
(255,186,191)
0 Favorites   0 Comments

Color spaces of #ffbabf

RGB 255186191
HSL0.991.000.86
HSV356°27°100°
CMYK 0.000.270.25   0.00
XYZ68.202960.139457.3036
Yxy60.13940.36740.3239
Hunter Lab77.549621.274410.4737
CIE-Lab81.913925.59317.3426

#ffbabf color RGB value is (255,186,191).

#ffbabf hex color red value is 255, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ffbabf hue: 0.99 , saturation: 1.00 and the lightness value of ffbabf is 0.86.

The process color (four color CMYK) of #ffbabf color hex is 0.00, 0.27, 0.25, 0.00. Web safe color of #ffbabf is #ffcccc. Color #ffbabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 10111111
Octal 377 272 277
Decimal 255 186 191
Hex FF BA BF

RGB Percentages of Color #ffbabf

%40.35
%29.43
%30.22

CMYK Percentages of Color #ffbabf

%0
%27
%25
%0

Triadic Colors of #ffbabf

#ffbabf #bfffba #babfff

Analogous Colors of #ffbabf

#ffbabf #ffd8ba #ffbae2

Monochromatic Colors of #ffbabf

#ffbabf

Complementary Color

#ffbabf #bafffa

#ffbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbabf Color CSS Codes

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

#ffbabf Text Font Color

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

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


#ffbabf Background Color

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

This div background color is #ffbabf


#ffbabf Border Color

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

This div border color is #ffbabf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,186,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffbabf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffbabf;
  -webkit-box-shadow: 1px 1px 3px 2px #ffbabf;
  box-shadow:         1px 1px 3px 2px #ffbabf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,186,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbabf

Related Colors

#ffbabf Color Palettes


Comments

No comments written yet.

Please login to write comment.