Color Hex Logo

#f8bfdd Color Hex

#F8BFDD
(248,191,221)
0 Favorites   0 Comments

Color spaces of #f8bfdd

RGB 248191221
HSL0.910.800.86
HSV328°23°97°
CMYK 0.000.230.11   0.03
XYZ70.393362.438576.7483
Yxy62.43850.33590.2979
Hunter Lab79.018020.7353-2.2743
CIE-Lab83.146125.0238-7.0501

#f8bfdd color RGB value is (248,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111111 11011101
Octal 370 277 335
Decimal 248 191 221
Hex F8 BF DD

RGB Percentages of Color #f8bfdd

%37.58
%28.94
%33.48

CMYK Percentages of Color #f8bfdd

%0
%23
%11
%3

Triadic Colors of #f8bfdd

#f8bfdd #ddf8bf #bfddf8

Analogous Colors of #f8bfdd

#f8bfdd #f8bfc1 #f7bff8

Monochromatic Colors of #f8bfdd

#f8bfdd

Complementary Color

#f8bfdd #bff8da

#f8bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bfdd Color CSS Codes

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

#f8bfdd Text Font Color

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

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


#f8bfdd Background Color

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

This div background color is #f8bfdd


#f8bfdd Border Color

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

This div border color is #f8bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bfdd


Comments

No comments written yet.

Please login to write comment.