Color Hex Logo

#ffabaf Color Hex

#FFABAF
(255,171,175)
0 Favorites   0 Comments

Color spaces of #ffabaf

RGB 255171175
HSL0.991.000.84
HSV357°33°100°
CMYK 0.000.330.31   0.00
XYZ63.540853.481047.5313
Yxy53.48100.38610.3250
Hunter Lab73.130727.113912.6560
CIE-Lab78.158131.340610.6238

#ffabaf color RGB value is (255,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10101111
Octal 377 253 257
Decimal 255 171 175
Hex FF AB AF

RGB Percentages of Color #ffabaf

%42.43
%28.45
%29.12

CMYK Percentages of Color #ffabaf

%0
%33
%31
%0

Triadic Colors of #ffabaf

#ffabaf #afffab #abafff

Analogous Colors of #ffabaf

#ffabaf #ffd1ab #ffabd9

Monochromatic Colors of #ffabaf

#ffabaf

Complementary Color

#ffabaf #abfffb

#ffabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabaf Color CSS Codes

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

#ffabaf Text Font Color

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

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


#ffabaf Background Color

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

This div background color is #ffabaf


#ffabaf Border Color

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

This div border color is #ffabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabaf

Related Colors

#ffabaf Color Palettes


Comments

No comments written yet.

Please login to write comment.