Color Hex Logo

#faaabb Color Hex

#FAAABB
(250,170,187)
0 Favorites   0 Comments

Color spaces of #faaabb

RGB 250170187
HSL0.960.890.82
HSV347°32°98°
CMYK 0.000.320.25   0.02
XYZ62.768752.661353.8701
Yxy52.66130.37080.3111
Hunter Lab72.568127.40166.7844
CIE-Lab77.674631.64673.3251

#faaabb color RGB value is (250,170,187).

#faaabb hex color red value is 250, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #faaabb hue: 0.96 , saturation: 0.89 and the lightness value of faaabb is 0.82.

The process color (four color CMYK) of #faaabb color hex is 0.00, 0.32, 0.25, 0.02. Web safe color of #faaabb is #ff99cc. Color #faaabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10111011
Octal 372 252 273
Decimal 250 170 187
Hex FA AA BB

RGB Percentages of Color #faaabb

%41.19
%28.01
%30.81

CMYK Percentages of Color #faaabb

%0
%32
%25
%2

Triadic Colors of #faaabb

#faaabb #bbfaaa #aabbfa

Analogous Colors of #faaabb

#faaabb #fac1aa #faaae3

Monochromatic Colors of #faaabb

#faaabb

Complementary Color

#faaabb #aafae9

#faaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaabb Color CSS Codes

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

#faaabb Text Font Color

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

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


#faaabb Background Color

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

This div background color is #faaabb


#faaabb Border Color

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

This div border color is #faaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaabb


Comments

No comments written yet.

Please login to write comment.