Color Hex Logo

#fa69bf Color Hex

#FA69BF
(250,105,191)
0 Favorites   0 Comments

Color spaces of #fa69bf

RGB 250105191
HSL0.900.940.70
HSV324°58°98°
CMYK 0.000.580.24   0.02
XYZ53.879934.188753.0495
Yxy34.18870.38180.2423
Hunter Lab58.471162.1596-12.8627
CIE-Lab65.112164.1875-17.5271

#fa69bf color RGB value is (250,105,191).

#fa69bf hex color red value is 250, green value is 105 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fa69bf hue: 0.90 , saturation: 0.94 and the lightness value of fa69bf is 0.70.

The process color (four color CMYK) of #fa69bf color hex is 0.00, 0.58, 0.24, 0.02. Web safe color of #fa69bf is #ff66cc. Color #fa69bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101001 10111111
Octal 372 151 277
Decimal 250 105 191
Hex FA 69 BF

RGB Percentages of Color #fa69bf

%45.79
%19.23
%34.98

CMYK Percentages of Color #fa69bf

%0
%58
%24
%2

Triadic Colors of #fa69bf

#fa69bf #bffa69 #69bffa

Analogous Colors of #fa69bf

#fa69bf #fa6977 #ed69fa

Monochromatic Colors of #fa69bf

#fa69bf

Complementary Color

#fa69bf #69faa4

#fa69bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa69bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa69bf Color CSS Codes

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

#fa69bf Text Font Color

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

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


#fa69bf Background Color

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

This div background color is #fa69bf


#fa69bf Border Color

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

This div border color is #fa69bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,105,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa69bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa69bf;
  -webkit-box-shadow: 1px 1px 3px 2px #fa69bf;
  box-shadow:         1px 1px 3px 2px #fa69bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,105,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa69bf


Comments

No comments written yet.

Please login to write comment.