Color Hex Logo

#f68ebb Color Hex

#F68EBB
(246,142,187)
0 Favorites   0 Comments

Color spaces of #f68ebb

RGB 246142187
HSL0.930.850.76
HSV334°42°96°
CMYK 0.000.420.24   0.04
XYZ56.648742.526752.2365
Yxy42.52670.37410.2809
Hunter Lab65.212540.9373-1.8437
CIE-Lab71.232544.7764-6.1665

#f68ebb color RGB value is (246,142,187).

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

The process color (four color CMYK) of #f68ebb color hex is 0.00, 0.42, 0.24, 0.04. Web safe color of #f68ebb is #ff99cc. Color #f68ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001110 10111011
Octal 366 216 273
Decimal 246 142 187
Hex F6 8E BB

RGB Percentages of Color #f68ebb

%42.78
%24.70
%32.52

CMYK Percentages of Color #f68ebb

%0
%42
%24
%4

Triadic Colors of #f68ebb

#f68ebb #bbf68e #8ebbf6

Analogous Colors of #f68ebb

#f68ebb #f6958e #f68eef

Monochromatic Colors of #f68ebb

#f68ebb

Complementary Color

#f68ebb #8ef6c9

#f68ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68ebb Color CSS Codes

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

#f68ebb Text Font Color

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

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


#f68ebb Background Color

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

This div background color is #f68ebb


#f68ebb Border Color

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

This div border color is #f68ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68ebb


Comments

No comments written yet.

Please login to write comment.