Color Hex Logo

#f8b8bf Color Hex

#F8B8BF
(248,184,191)
0 Favorites   0 Comments

Color spaces of #f8b8bf

RGB 248184191
HSL0.980.820.85
HSV353°26°97°
CMYK 0.000.260.23   0.03
XYZ65.255957.999057.0458
Yxy57.99900.36190.3217
Hunter Lab76.157119.67458.8985
CIE-Lab80.738224.11825.5581

#f8b8bf color RGB value is (248,184,191).

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

The process color (four color CMYK) of #f8b8bf color hex is 0.00, 0.26, 0.23, 0.03. Web safe color of #f8b8bf is #ffcccc. Color #f8b8bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111000 10111111
Octal 370 270 277
Decimal 248 184 191
Hex F8 B8 BF

RGB Percentages of Color #f8b8bf

%39.81
%29.53
%30.66

CMYK Percentages of Color #f8b8bf

%0
%26
%23
%3

Triadic Colors of #f8b8bf

#f8b8bf #bff8b8 #b8bff8

Analogous Colors of #f8b8bf

#f8b8bf #f8d1b8 #f8b8df

Monochromatic Colors of #f8b8bf

#f8b8bf

Complementary Color

#f8b8bf #b8f8f1

#f8b8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8b8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8b8bf Color CSS Codes

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

#f8b8bf Text Font Color

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

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


#f8b8bf Background Color

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

This div background color is #f8b8bf


#f8b8bf Border Color

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

This div border color is #f8b8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8b8bf


Comments

No comments written yet.

Please login to write comment.