Color Hex Logo

#fb69ae Color Hex

#FB69AE
(251,105,174)
0 Favorites   0 Comments

Color spaces of #fb69ae

RGB 251105174
HSL0.920.950.70
HSV332°58°98°
CMYK 0.000.580.31   0.02
XYZ52.475233.668443.7773
Yxy33.66840.40390.2591
Hunter Lab58.024559.8860-4.1150
CIE-Lab64.698562.3423-8.4782

#fb69ae color RGB value is (251,105,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101001 10101110
Octal 373 151 256
Decimal 251 105 174
Hex FB 69 AE

RGB Percentages of Color #fb69ae

%47.36
%19.81
%32.83

CMYK Percentages of Color #fb69ae

%0
%58
%31
%2

Triadic Colors of #fb69ae

#fb69ae #aefb69 #69aefb

Analogous Colors of #fb69ae

#fb69ae #fb6d69 #fb69f7

Monochromatic Colors of #fb69ae

#fb69ae

Complementary Color

#fb69ae #69fbb6

#fb69ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb69ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb69ae Color CSS Codes

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

#fb69ae Text Font Color

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

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


#fb69ae Background Color

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

This div background color is #fb69ae


#fb69ae Border Color

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

This div border color is #fb69ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,105,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 #fb69ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb69ae

Related Colors


Comments

No comments written yet.

Please login to write comment.