Color Hex Logo

#fbaaeb Color Hex

#FBAAEB
(251,170,235)
0 Favorites   0 Comments

Color spaces of #fbaaeb

RGB 251170235
HSL0.870.910.83
HSV312°32°98°
CMYK 0.000.320.06   0.02
XYZ69.153855.256885.6181
Yxy55.25680.32930.2631
Hunter Lab74.334935.9725-16.2551
CIE-Lab79.189039.4093-20.4812

#fbaaeb color RGB value is (251,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 11101011
Octal 373 252 353
Decimal 251 170 235
Hex FB AA EB

RGB Percentages of Color #fbaaeb

%38.26
%25.91
%35.82

CMYK Percentages of Color #fbaaeb

%0
%32
%6
%2

Triadic Colors of #fbaaeb

#fbaaeb #ebfbaa #aaebfb

Analogous Colors of #fbaaeb

#fbaaeb #fbaac3 #e3aafb

Monochromatic Colors of #fbaaeb

#fbaaeb

Complementary Color

#fbaaeb #aafbba

#fbaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaaeb Color CSS Codes

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

#fbaaeb Text Font Color

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

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


#fbaaeb Background Color

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

This div background color is #fbaaeb


#fbaaeb Border Color

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

This div border color is #fbaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaaeb

Related Colors


Comments

No comments written yet.

Please login to write comment.