Color Hex Logo

#f6bcef Color Hex

#F6BCEF
(246,188,239)
0 Favorites   0 Comments

Color spaces of #f6bcef

RGB 246188239
HSL0.850.760.85
HSV307°24°96°
CMYK 0.000.240.03   0.04
XYZ71.569261.791389.8162
Yxy61.79130.32070.2769
Hunter Lab78.607424.9547-12.7190
CIE-Lab82.802329.0105-17.2204

#f6bcef color RGB value is (246,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 11101111
Octal 366 274 357
Decimal 246 188 239
Hex F6 BC EF

RGB Percentages of Color #f6bcef

%36.55
%27.93
%35.51

CMYK Percentages of Color #f6bcef

%0
%24
%3
%4

Triadic Colors of #f6bcef

#f6bcef #eff6bc #bceff6

Analogous Colors of #f6bcef

#f6bcef #f6bcd2 #e0bcf6

Monochromatic Colors of #f6bcef

#f6bcef

Complementary Color

#f6bcef #bcf6c3

#f6bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcef Color CSS Codes

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

#f6bcef Text Font Color

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

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


#f6bcef Background Color

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

This div background color is #f6bcef


#f6bcef Border Color

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

This div border color is #f6bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcef


Comments

No comments written yet.

Please login to write comment.