Color Hex Logo

#fb7fae Color Hex

#FB7FAE
(251,127,174)
0 Favorites   0 Comments

Color spaces of #fb7fae

RGB 251127174
HSL0.940.940.74
HSV337°49°98°
CMYK 0.000.490.31   0.02
XYZ55.013038.744044.6232
Yxy38.74400.39750.2800
Hunter Lab62.244748.83341.0663
CIE-Lab68.565452.1831-2.7558

#fb7fae color RGB value is (251,127,174).

#fb7fae hex color red value is 251, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fb7fae hue: 0.94 , saturation: 0.94 and the lightness value of fb7fae is 0.74.

The process color (four color CMYK) of #fb7fae color hex is 0.00, 0.49, 0.31, 0.02. Web safe color of #fb7fae is #ff6699. Color #fb7fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111111 10101110
Octal 373 177 256
Decimal 251 127 174
Hex FB 7F AE

RGB Percentages of Color #fb7fae

%45.47
%23.01
%31.52

CMYK Percentages of Color #fb7fae

%0
%49
%31
%2

Triadic Colors of #fb7fae

#fb7fae #aefb7f #7faefb

Analogous Colors of #fb7fae

#fb7fae #fb8e7f #fb7fec

Monochromatic Colors of #fb7fae

#fb7fae

Complementary Color

#fb7fae #7ffbcc

#fb7fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7fae Color CSS Codes

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

#fb7fae Text Font Color

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

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


#fb7fae Background Color

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

This div background color is #fb7fae


#fb7fae Border Color

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

This div border color is #fb7fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7fae

Related Colors


Comments

No comments written yet.

Please login to write comment.