Color Hex Logo

#f8bdcf Color Hex

#F8BDCF
(248,189,207)
0 Favorites   0 Comments

Color spaces of #f8bdcf

RGB 248189207
HSL0.950.810.86
HSV342°24°97°
CMYK 0.000.240.17   0.03
XYZ68.171560.856667.1850
Yxy60.85660.34740.3102
Hunter Lab78.010619.46803.5452
CIE-Lab82.301623.8533-0.7829

#f8bdcf color RGB value is (248,189,207).

#f8bdcf hex color red value is 248, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f8bdcf hue: 0.95 , saturation: 0.81 and the lightness value of f8bdcf is 0.86.

The process color (four color CMYK) of #f8bdcf color hex is 0.00, 0.24, 0.17, 0.03. Web safe color of #f8bdcf is #ffcccc. Color #f8bdcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111101 11001111
Octal 370 275 317
Decimal 248 189 207
Hex F8 BD CF

RGB Percentages of Color #f8bdcf

%38.51
%29.35
%32.14

CMYK Percentages of Color #f8bdcf

%0
%24
%17
%3

Triadic Colors of #f8bdcf

#f8bdcf #cff8bd #bdcff8

Analogous Colors of #f8bdcf

#f8bdcf #f8c9bd #f8bded

Monochromatic Colors of #f8bdcf

#f8bdcf

Complementary Color

#f8bdcf #bdf8e6

#f8bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bdcf Color CSS Codes

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

#f8bdcf Text Font Color

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

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


#f8bdcf Background Color

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

This div background color is #f8bdcf


#f8bdcf Border Color

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

This div border color is #f8bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bdcf


Comments

No comments written yet.

Please login to write comment.