Color Hex Logo

#fbaedb Color Hex

#FBAEDB
(251,174,219)
0 Favorites   0 Comments

Color spaces of #fbaedb

RGB 251174219
HSL0.900.910.83
HSV325°31°98°
CMYK 0.000.310.13   0.02
XYZ67.705955.895874.2383
Yxy55.89580.34220.2825
Hunter Lab74.763530.8137-6.5391
CIE-Lab79.554534.6731-11.2806

#fbaedb color RGB value is (251,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11011011
Octal 373 256 333
Decimal 251 174 219
Hex FB AE DB

RGB Percentages of Color #fbaedb

%38.98
%27.02
%34.01

CMYK Percentages of Color #fbaedb

%0
%31
%13
%2

Triadic Colors of #fbaedb

#fbaedb #dbfbae #aedbfb

Analogous Colors of #fbaedb

#fbaedb #fbaeb5 #f5aefb

Monochromatic Colors of #fbaedb

#fbaedb

Complementary Color

#fbaedb #aefbce

#fbaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaedb Color CSS Codes

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

#fbaedb Text Font Color

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

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


#fbaedb Background Color

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

This div background color is #fbaedb


#fbaedb Border Color

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

This div border color is #fbaedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,174,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 #fbaedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaedb

Related Colors


Comments

No comments written yet.

Please login to write comment.