Color Hex Logo

#f8bfee Color Hex

#F8BFEE
(248,191,238)
0 Favorites   0 Comments

Color spaces of #f8bfee

RGB 248191238
HSL0.860.800.86
HSV311°23°97°
CMYK 0.000.230.04   0.03
XYZ72.774863.391189.2890
Yxy63.39110.32280.2812
Hunter Lab79.618523.8243-10.7584
CIE-Lab83.647727.9064-15.3951

#f8bfee color RGB value is (248,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111111 11101110
Octal 370 277 356
Decimal 248 191 238
Hex F8 BF EE

RGB Percentages of Color #f8bfee

%36.63
%28.21
%35.16

CMYK Percentages of Color #f8bfee

%0
%23
%4
%3

Triadic Colors of #f8bfee

#f8bfee #eef8bf #bfeef8

Analogous Colors of #f8bfee

#f8bfee #f8bfd2 #e6bff8

Monochromatic Colors of #f8bfee

#f8bfee

Complementary Color

#f8bfee #bff8c9

#f8bfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bfee Color CSS Codes

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

#f8bfee Text Font Color

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

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


#f8bfee Background Color

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

This div background color is #f8bfee


#f8bfee Border Color

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

This div border color is #f8bfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bfee


Comments

No comments written yet.

Please login to write comment.