Color Hex Logo

#ffacfb Color Hex

#FFACFB
(255,172,251)
0 Favorites   0 Comments

Color spaces of #ffacfb

RGB 255172251
HSL0.841.000.84
HSV303°33°100°
CMYK 0.000.330.02   0.00
XYZ73.405157.730198.5409
Yxy57.73010.31960.2514
Hunter Lab75.980339.4845-23.7085
CIE-Lab80.588542.4096-26.9241

#ffacfb color RGB value is (255,172,251).

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

The process color (four color CMYK) of #ffacfb color hex is 0.00, 0.33, 0.02, 0.00. Web safe color of #ffacfb is #ff99ff. Color #ffacfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101100 11111011
Octal 377 254 373
Decimal 255 172 251
Hex FF AC FB

RGB Percentages of Color #ffacfb

%37.61
%25.37
%37.02

CMYK Percentages of Color #ffacfb

%0
%33
%2
%0

Triadic Colors of #ffacfb

#ffacfb #fbffac #acfbff

Analogous Colors of #ffacfb

#ffacfb #ffacd2 #daacff

Monochromatic Colors of #ffacfb

#ffacfb

Complementary Color

#ffacfb #acffb0

#ffacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffacfb Color CSS Codes

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

#ffacfb Text Font Color

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

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


#ffacfb Background Color

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

This div background color is #ffacfb


#ffacfb Border Color

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

This div border color is #ffacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffacfb

Related Colors

#ffacfb Color Palettes


Comments

No comments written yet.

Please login to write comment.