Color Hex Logo

#fa869f Color Hex

#FA869F
(250,134,159)
0 Favorites   0 Comments

Color spaces of #fa869f

RGB 250134159
HSL0.960.920.75
HSV347°46°98°
CMYK 0.000.460.36   0.02
XYZ54.207439.877437.6409
Yxy39.87740.41150.3027
Hunter Lab63.148642.71648.8631
CIE-Lab69.382146.61896.8441

#fa869f color RGB value is (250,134,159).

#fa869f hex color red value is 250, green value is 134 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fa869f hue: 0.96 , saturation: 0.92 and the lightness value of fa869f is 0.75.

The process color (four color CMYK) of #fa869f color hex is 0.00, 0.46, 0.36, 0.02. Web safe color of #fa869f is #ff9999. Color #fa869f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000110 10011111
Octal 372 206 237
Decimal 250 134 159
Hex FA 86 9F

RGB Percentages of Color #fa869f

%46.04
%24.68
%29.28

CMYK Percentages of Color #fa869f

%0
%46
%36
%2

Triadic Colors of #fa869f

#fa869f #9ffa86 #869ffa

Analogous Colors of #fa869f

#fa869f #faa786 #fa86d9

Monochromatic Colors of #fa869f

#fa869f

Complementary Color

#fa869f #86fae1

#fa869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa869f Color CSS Codes

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

#fa869f Text Font Color

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

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


#fa869f Background Color

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

This div background color is #fa869f


#fa869f Border Color

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

This div border color is #fa869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa869f

Related Colors


Comments

No comments written yet.

Please login to write comment.