Color Hex Logo

#f68fbd Color Hex

#F68FBD
(246,143,189)
0 Favorites   0 Comments

Color spaces of #f68fbd

RGB 246143189
HSL0.930.850.76
HSV333°42°96°
CMYK 0.000.420.23   0.04
XYZ57.013842.911953.4220
Yxy42.91190.37180.2798
Hunter Lab65.507240.7189-2.4968
CIE-Lab71.495144.5466-6.8893

#f68fbd color RGB value is (246,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001111 10111101
Octal 366 217 275
Decimal 246 143 189
Hex F6 8F BD

RGB Percentages of Color #f68fbd

%42.56
%24.74
%32.70

CMYK Percentages of Color #f68fbd

%0
%42
%23
%4

Triadic Colors of #f68fbd

#f68fbd #bdf68f #8fbdf6

Analogous Colors of #f68fbd

#f68fbd #f6958f #f68ff1

Monochromatic Colors of #f68fbd

#f68fbd

Complementary Color

#f68fbd #8ff6c8

#f68fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68fbd Color CSS Codes

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

#f68fbd Text Font Color

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

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


#f68fbd Background Color

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

This div background color is #f68fbd


#f68fbd Border Color

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

This div border color is #f68fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68fbd


Comments

No comments written yet.

Please login to write comment.