Color Hex Logo

#fb6eaf Color Hex

#FB6EAF
(251,110,175)
0 Favorites   0 Comments

Color spaces of #fb6eaf

RGB 251110175
HSL0.920.950.71
HSV332°56°98°
CMYK 0.000.560.30   0.02
XYZ53.097534.756244.4675
Yxy34.75620.40130.2627
Hunter Lab58.954457.5965-3.4526
CIE-Lab65.558460.2509-7.7673

#fb6eaf color RGB value is (251,110,175).

#fb6eaf hex color red value is 251, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fb6eaf hue: 0.92 , saturation: 0.95 and the lightness value of fb6eaf is 0.71.

The process color (four color CMYK) of #fb6eaf color hex is 0.00, 0.56, 0.30, 0.02. Web safe color of #fb6eaf is #ff6699. Color #fb6eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101110 10101111
Octal 373 156 257
Decimal 251 110 175
Hex FB 6E AF

RGB Percentages of Color #fb6eaf

%46.83
%20.52
%32.65

CMYK Percentages of Color #fb6eaf

%0
%56
%30
%2

Triadic Colors of #fb6eaf

#fb6eaf #affb6e #6eaffb

Analogous Colors of #fb6eaf

#fb6eaf #fb746e #fb6ef6

Monochromatic Colors of #fb6eaf

#fb6eaf

Complementary Color

#fb6eaf #6efbba

#fb6eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6eaf Color CSS Codes

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

#fb6eaf Text Font Color

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

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


#fb6eaf Background Color

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

This div background color is #fb6eaf


#fb6eaf Border Color

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

This div border color is #fb6eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,110,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb6eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb6eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #fb6eaf;
  box-shadow:         1px 1px 3px 2px #fb6eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,110,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6eaf


Comments

No comments written yet.

Please login to write comment.