Color Hex Logo

#fa6898 Color Hex

#FA6898
(250,104,152)
0 Favorites   0 Comments

Color spaces of #fa6898

RGB 250104152
HSL0.950.940.69
HSV340°58°98°
CMYK 0.000.580.39   0.02
XYZ50.042232.491633.3398
Yxy32.49160.43190.2804
Hunter Lab57.001456.95485.2226
CIE-Lab63.747160.00322.6926

#fa6898 color RGB value is (250,104,152).

#fa6898 hex color red value is 250, green value is 104 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #fa6898 hue: 0.95 , saturation: 0.94 and the lightness value of fa6898 is 0.69.

The process color (four color CMYK) of #fa6898 color hex is 0.00, 0.58, 0.39, 0.02. Web safe color of #fa6898 is #ff6699. Color #fa6898 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101000 10011000
Octal 372 150 230
Decimal 250 104 152
Hex FA 68 98

RGB Percentages of Color #fa6898

%49.41
%20.55
%30.04

CMYK Percentages of Color #fa6898

%0
%58
%39
%2

Triadic Colors of #fa6898

#fa6898 #98fa68 #6898fa

Analogous Colors of #fa6898

#fa6898 #fa8168 #fa68e1

Monochromatic Colors of #fa6898

#fa6898

Complementary Color

#fa6898 #68faca

#fa6898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6898 Color CSS Codes

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

#fa6898 Text Font Color

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

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


#fa6898 Background Color

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

This div background color is #fa6898


#fa6898 Border Color

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

This div border color is #fa6898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6898


Comments

No comments written yet.

Please login to write comment.