Color Hex Logo

#f69bee Color Hex

#F69BEE
(246,155,238)
0 Favorites   0 Comments

Color spaces of #f69bee

RGB 246155238
HSL0.850.830.79
HSV305°37°96°
CMYK 0.000.370.03   0.04
XYZ65.160049.208686.9528
Yxy49.20860.32370.2444
Hunter Lab70.148843.0450-24.3886
CIE-Lab75.580946.1318-27.6562

#f69bee color RGB value is (246,155,238).

#f69bee hex color red value is 246, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f69bee hue: 0.85 , saturation: 0.83 and the lightness value of f69bee is 0.79.

The process color (four color CMYK) of #f69bee color hex is 0.00, 0.37, 0.03, 0.04. Web safe color of #f69bee is #ff99ff. Color #f69bee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011011 11101110
Octal 366 233 356
Decimal 246 155 238
Hex F6 9B EE

RGB Percentages of Color #f69bee

%38.50
%24.26
%37.25

CMYK Percentages of Color #f69bee

%0
%37
%3
%4

Triadic Colors of #f69bee

#f69bee #eef69b #9beef6

Analogous Colors of #f69bee

#f69bee #f69bc1 #d19bf6

Monochromatic Colors of #f69bee

#f69bee

Complementary Color

#f69bee #9bf6a3

#f69bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69bee Color CSS Codes

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

#f69bee Text Font Color

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

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


#f69bee Background Color

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

This div background color is #f69bee


#f69bee Border Color

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

This div border color is #f69bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69bee

#f69bee Color Palettes


Comments

No comments written yet.

Please login to write comment.