Color Hex Logo

#f69bcf Color Hex

#F69BCF
(246,155,207)
0 Favorites   0 Comments

Color spaces of #f69bcf

RGB 246155207
HSL0.900.830.79
HSV326°37°96°
CMYK 0.000.370.16   0.04
XYZ60.989947.540564.9932
Yxy47.54050.35150.2740
Hunter Lab68.949637.2317-7.6231
CIE-Lab74.534241.0304-12.3029

#f69bcf color RGB value is (246,155,207).

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

The process color (four color CMYK) of #f69bcf color hex is 0.00, 0.37, 0.16, 0.04. Web safe color of #f69bcf is #ff99cc. Color #f69bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011011 11001111
Octal 366 233 317
Decimal 246 155 207
Hex F6 9B CF

RGB Percentages of Color #f69bcf

%40.46
%25.49
%34.05

CMYK Percentages of Color #f69bcf

%0
%37
%16
%4

Triadic Colors of #f69bcf

#f69bcf #cff69b #9bcff6

Analogous Colors of #f69bcf

#f69bcf #f69ba2 #f09bf6

Monochromatic Colors of #f69bcf

#f69bcf

Complementary Color

#f69bcf #9bf6c2

#f69bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69bcf Color CSS Codes

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

#f69bcf Text Font Color

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

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


#f69bcf Background Color

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

This div background color is #f69bcf


#f69bcf Border Color

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

This div border color is #f69bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69bcf


Comments

No comments written yet.

Please login to write comment.