Color Hex Logo

#fb92aa Color Hex

#FB92AA
(251,146,170)
0 Favorites   0 Comments

Color spaces of #fb92aa

RGB 251146170
HSL0.960.930.78
HSV346°42°98°
CMYK 0.000.420.32   0.02
XYZ57.318243.969343.4961
Yxy43.96930.39590.3037
Hunter Lab66.309438.25517.5248
CIE-Lab72.208042.22324.7859

#fb92aa color RGB value is (251,146,170).

#fb92aa hex color red value is 251, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb92aa hue: 0.96 , saturation: 0.93 and the lightness value of fb92aa is 0.78.

The process color (four color CMYK) of #fb92aa color hex is 0.00, 0.42, 0.32, 0.02. Web safe color of #fb92aa is #ff9999. Color #fb92aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010010 10101010
Octal 373 222 252
Decimal 251 146 170
Hex FB 92 AA

RGB Percentages of Color #fb92aa

%44.27
%25.75
%29.98

CMYK Percentages of Color #fb92aa

%0
%42
%32
%2

Triadic Colors of #fb92aa

#fb92aa #aafb92 #92aafb

Analogous Colors of #fb92aa

#fb92aa #fbaf92 #fb92df

Monochromatic Colors of #fb92aa

#fb92aa

Complementary Color

#fb92aa #92fbe3

#fb92aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb92aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb92aa Color CSS Codes

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

#fb92aa Text Font Color

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

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


#fb92aa Background Color

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

This div background color is #fb92aa


#fb92aa Border Color

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

This div border color is #fb92aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb92aa

Related Colors


Comments

No comments written yet.

Please login to write comment.