Color Hex Logo

#ffabbd Color Hex

#FFABBD
(255,171,189)
0 Favorites   0 Comments

Color spaces of #ffabbd

RGB 255171189
HSL0.961.000.84
HSV347°33°100°
CMYK 0.000.330.26   0.00
XYZ64.988254.059955.1535
Yxy54.05990.37310.3103
Hunter Lab73.525429.10446.9927
CIE-Lab78.496633.17623.4961

#ffabbd color RGB value is (255,171,189).

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

The process color (four color CMYK) of #ffabbd color hex is 0.00, 0.33, 0.26, 0.00. Web safe color of #ffabbd is #ff99cc. Color #ffabbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101011 10111101
Octal 377 253 275
Decimal 255 171 189
Hex FF AB BD

RGB Percentages of Color #ffabbd

%41.46
%27.80
%30.73

CMYK Percentages of Color #ffabbd

%0
%33
%26
%0

Triadic Colors of #ffabbd

#ffabbd #bdffab #abbdff

Analogous Colors of #ffabbd

#ffabbd #ffc3ab #ffabe7

Monochromatic Colors of #ffabbd

#ffabbd

Complementary Color

#ffabbd #abffed

#ffabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffabbd Color CSS Codes

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

#ffabbd Text Font Color

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

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


#ffabbd Background Color

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

This div background color is #ffabbd


#ffabbd Border Color

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

This div border color is #ffabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffabbd

Related Colors

#ffabbd Color Palettes


Comments

No comments written yet.

Please login to write comment.