Color Hex Logo

#f8acaf Color Hex

#F8ACAF
(248,172,175)
0 Favorites   0 Comments

Color spaces of #f8acaf

RGB 248172175
HSL0.990.840.82
HSV358°31°97°
CMYK 0.000.310.29   0.03
XYZ61.201852.556747.4762
Yxy52.55670.37960.3260
Hunter Lab72.496023.823411.9193
CIE-Lab77.612528.26059.7418

#f8acaf color RGB value is (248,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10101100 10101111
Octal 370 254 257
Decimal 248 172 175
Hex F8 AC AF

RGB Percentages of Color #f8acaf

%41.68
%28.91
%29.41

CMYK Percentages of Color #f8acaf

%0
%31
%29
%3

Triadic Colors of #f8acaf

#f8acaf #aff8ac #acaff8

Analogous Colors of #f8acaf

#f8acaf #f8cfac #f8acd5

Monochromatic Colors of #f8acaf

#f8acaf

Complementary Color

#f8acaf #acf8f5

#f8acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8acaf Color CSS Codes

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

#f8acaf Text Font Color

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

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


#f8acaf Background Color

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

This div background color is #f8acaf


#f8acaf Border Color

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

This div border color is #f8acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8acaf

Related Colors


Comments

No comments written yet.

Please login to write comment.