Color Hex Logo

#f4acfb Color Hex

#F4ACFB
(244,172,251)
0 Favorites   0 Comments

Color spaces of #f4acfb

RGB 244172251
HSL0.820.910.83
HSV295°31°98°
CMYK 0.030.310.00   0.02
XYZ69.473355.703298.3569
Yxy55.70320.31080.2492
Hunter Lab74.634635.5455-25.8909
CIE-Lab79.444638.9989-28.7758

#f4acfb color RGB value is (244,172,251).

#f4acfb hex color red value is 244, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f4acfb hue: 0.82 , saturation: 0.91 and the lightness value of f4acfb is 0.83.

The process color (four color CMYK) of #f4acfb color hex is 0.03, 0.31, 0.00, 0.02. Web safe color of #f4acfb is #ff99ff. Color #f4acfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101100 11111011
Octal 364 254 373
Decimal 244 172 251
Hex F4 AC FB

RGB Percentages of Color #f4acfb

%36.58
%25.79
%37.63

CMYK Percentages of Color #f4acfb

%3
%31
%0
%2

Triadic Colors of #f4acfb

#f4acfb #fbf4ac #acfbf4

Analogous Colors of #f4acfb

#f4acfb #fbacdb #cdacfb

Monochromatic Colors of #f4acfb

#f4acfb

Complementary Color

#f4acfb #b3fbac

#f4acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4acfb Color CSS Codes

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

#f4acfb Text Font Color

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

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


#f4acfb Background Color

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

This div background color is #f4acfb


#f4acfb Border Color

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

This div border color is #f4acfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,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 #f4acfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4acfb

Related Colors


Comments

No comments written yet.

Please login to write comment.