Color Hex Logo

#f690be Color Hex

#F690BE
(246,144,190)
0 Favorites   0 Comments

Color spaces of #f690be

RGB 246144190
HSL0.920.850.76
HSV333°41°96°
CMYK 0.000.410.23   0.04
XYZ57.273643.257154.0460
Yxy43.25710.37050.2798
Hunter Lab65.770140.3427-2.6819
CIE-Lab71.729144.1776-7.0977

#f690be color RGB value is (246,144,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010000 10111110
Octal 366 220 276
Decimal 246 144 190
Hex F6 90 BE

RGB Percentages of Color #f690be

%42.41
%24.83
%32.76

CMYK Percentages of Color #f690be

%0
%41
%23
%4

Triadic Colors of #f690be

#f690be #bef690 #90bef6

Analogous Colors of #f690be

#f690be #f69590 #f690f1

Monochromatic Colors of #f690be

#f690be

Complementary Color

#f690be #90f6c8

#f690be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f690be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f690be Color CSS Codes

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

#f690be Text Font Color

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

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


#f690be Background Color

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

This div background color is #f690be


#f690be Border Color

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

This div border color is #f690be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f690be


Comments

No comments written yet.

Please login to write comment.