Color Hex Logo

#fbaad6 Color Hex

#FBAAD6
(251,170,214)
0 Favorites   0 Comments

Color spaces of #fbaad6

RGB 251170214
HSL0.910.910.83
HSV327°32°98°
CMYK 0.000.320.15   0.02
XYZ66.296054.113770.5691
Yxy54.11370.34710.2833
Hunter Lab73.562032.1353-5.3843
CIE-Lab78.528035.9762-10.1012

#fbaad6 color RGB value is (251,170,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 11010110
Octal 373 252 326
Decimal 251 170 214
Hex FB AA D6

RGB Percentages of Color #fbaad6

%39.53
%26.77
%33.70

CMYK Percentages of Color #fbaad6

%0
%32
%15
%2

Triadic Colors of #fbaad6

#fbaad6 #d6fbaa #aad6fb

Analogous Colors of #fbaad6

#fbaad6 #fbaaae #f8aafb

Monochromatic Colors of #fbaad6

#fbaad6

Complementary Color

#fbaad6 #aafbcf

#fbaad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaad6 Color CSS Codes

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

#fbaad6 Text Font Color

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

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


#fbaad6 Background Color

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

This div background color is #fbaad6


#fbaad6 Border Color

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

This div border color is #fbaad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaad6


Comments

No comments written yet.

Please login to write comment.