Color Hex Logo

#f6bcea Color Hex

#F6BCEA
(246,188,234)
0 Favorites   0 Comments

Color spaces of #f6bcea

RGB 246188234
HSL0.870.760.85
HSV312°24°96°
CMYK 0.000.240.05   0.04
XYZ70.840561.499885.9788
Yxy61.49980.32450.2817
Hunter Lab78.421824.0056-10.1081
CIE-Lab82.646728.1321-14.7784

#f6bcea color RGB value is (246,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 11101010
Octal 366 274 352
Decimal 246 188 234
Hex F6 BC EA

RGB Percentages of Color #f6bcea

%36.83
%28.14
%35.03

CMYK Percentages of Color #f6bcea

%0
%24
%5
%4

Triadic Colors of #f6bcea

#f6bcea #eaf6bc #bceaf6

Analogous Colors of #f6bcea

#f6bcea #f6bccd #e5bcf6

Monochromatic Colors of #f6bcea

#f6bcea

Complementary Color

#f6bcea #bcf6c8

#f6bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcea Color CSS Codes

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

#f6bcea Text Font Color

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

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


#f6bcea Background Color

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

This div background color is #f6bcea


#f6bcea Border Color

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

This div border color is #f6bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcea


Comments

No comments written yet.

Please login to write comment.