Color Hex Logo

#fbaadb Color Hex

#FBAADB
(251,170,219)
0 Favorites   0 Comments

Color spaces of #fbaadb

RGB 251170219
HSL0.900.910.83
HSV324°32°98°
CMYK 0.000.320.13   0.02
XYZ66.944654.373273.9845
Yxy54.37320.34280.2784
Hunter Lab73.738233.0128-7.8713
CIE-Lab78.678836.7674-12.5895

#fbaadb color RGB value is (251,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 11011011
Octal 373 252 333
Decimal 251 170 219
Hex FB AA DB

RGB Percentages of Color #fbaadb

%39.22
%26.56
%34.22

CMYK Percentages of Color #fbaadb

%0
%32
%13
%2

Triadic Colors of #fbaadb

#fbaadb #dbfbaa #aadbfb

Analogous Colors of #fbaadb

#fbaadb #fbaab3 #f3aafb

Monochromatic Colors of #fbaadb

#fbaadb

Complementary Color

#fbaadb #aafbca

#fbaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaadb Color CSS Codes

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

#fbaadb Text Font Color

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

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


#fbaadb Background Color

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

This div background color is #fbaadb


#fbaadb Border Color

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

This div border color is #fbaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaadb

Related Colors


Comments

No comments written yet.

Please login to write comment.