Color Hex Logo

#f8bfaf Color Hex

#F8BFAF
(248,191,175)
0 Favorites   0 Comments

Color spaces of #f8bfaf

RGB 248191175
HSL0.040.840.83
HSV13°29°97°
CMYK 0.000.230.29   0.03
XYZ65.080160.313248.7690
Yxy60.31320.37370.3463
Hunter Lab77.661613.674617.1309
CIE-Lab82.008118.248015.9561

#f8bfaf color RGB value is (248,191,175).

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

The process color (four color CMYK) of #f8bfaf color hex is 0.00, 0.23, 0.29, 0.03. Web safe color of #f8bfaf is #ffcc99. Color #f8bfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111111 10101111
Octal 370 277 257
Decimal 248 191 175
Hex F8 BF AF

RGB Percentages of Color #f8bfaf

%40.39
%31.11
%28.50

CMYK Percentages of Color #f8bfaf

%0
%23
%29
%3

Triadic Colors of #f8bfaf

#f8bfaf #aff8bf #bfaff8

Analogous Colors of #f8bfaf

#f8bfaf #f8e4af #f8afc4

Monochromatic Colors of #f8bfaf

#f8bfaf

Complementary Color

#f8bfaf #afe8f8

#f8bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bfaf Color CSS Codes

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

#f8bfaf Text Font Color

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

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


#f8bfaf Background Color

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

This div background color is #f8bfaf


#f8bfaf Border Color

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

This div border color is #f8bfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bfaf


Comments

No comments written yet.

Please login to write comment.