Color Hex Logo

#fbaaed Color Hex

#FBAAED
(251,170,237)
0 Favorites   0 Comments

Color spaces of #fbaaed

RGB 251170237
HSL0.860.910.83
HSV310°32°98°
CMYK 0.000.320.06   0.02
XYZ69.444455.373187.1487
Yxy55.37310.32760.2612
Hunter Lab74.413136.3583-17.3481
CIE-Lab79.255739.7507-21.4597

#fbaaed color RGB value is (251,170,237).

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

The process color (four color CMYK) of #fbaaed color hex is 0.00, 0.32, 0.06, 0.02. Web safe color of #fbaaed is #ff99ff. Color #fbaaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 11101101
Octal 373 252 355
Decimal 251 170 237
Hex FB AA ED

RGB Percentages of Color #fbaaed

%38.15
%25.84
%36.02

CMYK Percentages of Color #fbaaed

%0
%32
%6
%2

Triadic Colors of #fbaaed

#fbaaed #edfbaa #aaedfb

Analogous Colors of #fbaaed

#fbaaed #fbaac5 #e1aafb

Monochromatic Colors of #fbaaed

#fbaaed

Complementary Color

#fbaaed #aafbb8

#fbaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaaed Color CSS Codes

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

#fbaaed Text Font Color

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

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


#fbaaed Background Color

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

This div background color is #fbaaed


#fbaaed Border Color

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

This div border color is #fbaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaaed


Comments

No comments written yet.

Please login to write comment.