Color Hex Logo

#f6bcde Color Hex

#F6BCDE
(246,188,222)
0 Favorites   0 Comments

Color spaces of #f6bcde

RGB 246188222
HSL0.900.760.85
HSV325°24°96°
CMYK 0.000.240.10   0.04
XYZ69.174160.833277.2034
Yxy60.83320.33380.2936
Hunter Lab77.995621.8187-4.0908
CIE-Lab82.289026.0911-8.8790

#f6bcde color RGB value is (246,188,222).

#f6bcde hex color red value is 246, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f6bcde hue: 0.90 , saturation: 0.76 and the lightness value of f6bcde is 0.85.

The process color (four color CMYK) of #f6bcde color hex is 0.00, 0.24, 0.10, 0.04. Web safe color of #f6bcde is #ffcccc. Color #f6bcde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 11011110
Octal 366 274 336
Decimal 246 188 222
Hex F6 BC DE

RGB Percentages of Color #f6bcde

%37.50
%28.66
%33.84

CMYK Percentages of Color #f6bcde

%0
%24
%10
%4

Triadic Colors of #f6bcde

#f6bcde #def6bc #bcdef6

Analogous Colors of #f6bcde

#f6bcde #f6bcc1 #f1bcf6

Monochromatic Colors of #f6bcde

#f6bcde

Complementary Color

#f6bcde #bcf6d4

#f6bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcde Color CSS Codes

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

#f6bcde Text Font Color

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

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


#f6bcde Background Color

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

This div background color is #f6bcde


#f6bcde Border Color

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

This div border color is #f6bcde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,188,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6bcde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6bcde;
  -webkit-box-shadow: 1px 1px 3px 2px #f6bcde;
  box-shadow:         1px 1px 3px 2px #f6bcde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,188,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcde


Comments

No comments written yet.

Please login to write comment.