Color Hex Logo

#f8bfec Color Hex

#F8BFEC
(248,191,236)
0 Favorites   0 Comments

Color spaces of #f8bfec

RGB 248191236
HSL0.870.800.86
HSV313°23°97°
CMYK 0.000.230.05   0.03
XYZ72.482563.274287.7498
Yxy63.27420.32430.2831
Hunter Lab79.545123.4476-9.7239
CIE-Lab83.586427.5574-14.4188

#f8bfec color RGB value is (248,191,236).

#f8bfec hex color red value is 248, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f8bfec hue: 0.87 , saturation: 0.80 and the lightness value of f8bfec is 0.86.

The process color (four color CMYK) of #f8bfec color hex is 0.00, 0.23, 0.05, 0.03. Web safe color of #f8bfec is #ffccff. Color #f8bfec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111111 11101100
Octal 370 277 354
Decimal 248 191 236
Hex F8 BF EC

RGB Percentages of Color #f8bfec

%36.74
%28.30
%34.96

CMYK Percentages of Color #f8bfec

%0
%23
%5
%3

Triadic Colors of #f8bfec

#f8bfec #ecf8bf #bfecf8

Analogous Colors of #f8bfec

#f8bfec #f8bfd0 #e8bff8

Monochromatic Colors of #f8bfec

#f8bfec

Complementary Color

#f8bfec #bff8cb

#f8bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bfec Color CSS Codes

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

#f8bfec Text Font Color

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

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


#f8bfec Background Color

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

This div background color is #f8bfec


#f8bfec Border Color

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

This div border color is #f8bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bfec


Comments

No comments written yet.

Please login to write comment.