Color Hex Logo

#fbaac6 Color Hex

#FBAAC6
(251,170,198)
0 Favorites   0 Comments

Color spaces of #fbaac6

RGB 251170198
HSL0.940.910.83
HSV339°32°98°
CMYK 0.000.320.21   0.02
XYZ64.351453.335960.3292
Yxy53.33590.36150.2996
Hunter Lab73.031429.47972.1442
CIE-Lab78.072933.5592-2.0732

#fbaac6 color RGB value is (251,170,198).

#fbaac6 hex color red value is 251, green value is 170 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fbaac6 hue: 0.94 , saturation: 0.91 and the lightness value of fbaac6 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 11000110
Octal 373 252 306
Decimal 251 170 198
Hex FB AA C6

RGB Percentages of Color #fbaac6

%40.55
%27.46
%31.99

CMYK Percentages of Color #fbaac6

%0
%32
%21
%2

Triadic Colors of #fbaac6

#fbaac6 #c6fbaa #aac6fb

Analogous Colors of #fbaac6

#fbaac6 #fbb7aa #fbaaef

Monochromatic Colors of #fbaac6

#fbaac6

Complementary Color

#fbaac6 #aafbdf

#fbaac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaac6 Color CSS Codes

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

#fbaac6 Text Font Color

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

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


#fbaac6 Background Color

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

This div background color is #fbaac6


#fbaac6 Border Color

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

This div border color is #fbaac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaac6


Comments

No comments written yet.

Please login to write comment.