Color Hex Logo

#f8a8bf Color Hex

#F8A8BF
(248,168,191)
0 Favorites   0 Comments

Color spaces of #f8a8bf

RGB 248168191
HSL0.950.850.82
HSV343°32°97°
CMYK 0.000.320.23   0.03
XYZ62.118051.723355.9998
Yxy51.72330.36570.3045
Hunter Lab71.918928.31644.1770
CIE-Lab77.115132.54860.3028

#f8a8bf color RGB value is (248,168,191).

#f8a8bf hex color red value is 248, green value is 168 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f8a8bf hue: 0.95 , saturation: 0.85 and the lightness value of f8a8bf is 0.82.

The process color (four color CMYK) of #f8a8bf color hex is 0.00, 0.32, 0.23, 0.03. Web safe color of #f8a8bf is #ff99cc. Color #f8a8bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10101000 10111111
Octal 370 250 277
Decimal 248 168 191
Hex F8 A8 BF

RGB Percentages of Color #f8a8bf

%40.86
%27.68
%31.47

CMYK Percentages of Color #f8a8bf

%0
%32
%23
%3

Triadic Colors of #f8a8bf

#f8a8bf #bff8a8 #a8bff8

Analogous Colors of #f8a8bf

#f8a8bf #f8b9a8 #f8a8e7

Monochromatic Colors of #f8a8bf

#f8a8bf

Complementary Color

#f8a8bf #a8f8e1

#f8a8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8a8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8a8bf Color CSS Codes

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

#f8a8bf Text Font Color

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

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


#f8a8bf Background Color

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

This div background color is #f8a8bf


#f8a8bf Border Color

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

This div border color is #f8a8bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,168,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8a8bf

#f8a8bf Color Palettes


Comments

No comments written yet.

Please login to write comment.