Color Hex Logo

#fbaed1 Color Hex

#FBAED1
(251,174,209)
0 Favorites   0 Comments

Color spaces of #fbaed1

RGB 251174209
HSL0.920.910.83
HSV333°31°98°
CMYK 0.000.310.17   0.02
XYZ66.428355.384867.5108
Yxy55.38480.35090.2925
Hunter Lab74.421029.0928-1.6901
CIE-Lab79.262433.1054-6.2977

#fbaed1 color RGB value is (251,174,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11010001
Octal 373 256 321
Decimal 251 174 209
Hex FB AE D1

RGB Percentages of Color #fbaed1

%39.59
%27.44
%32.97

CMYK Percentages of Color #fbaed1

%0
%31
%17
%2

Triadic Colors of #fbaed1

#fbaed1 #d1fbae #aed1fb

Analogous Colors of #fbaed1

#fbaed1 #fbb2ae #fbaef8

Monochromatic Colors of #fbaed1

#fbaed1

Complementary Color

#fbaed1 #aefbd8

#fbaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaed1 Color CSS Codes

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

#fbaed1 Text Font Color

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

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


#fbaed1 Background Color

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

This div background color is #fbaed1


#fbaed1 Border Color

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

This div border color is #fbaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaed1


Comments

No comments written yet.

Please login to write comment.