Color Hex Logo

#fbaedd Color Hex

#FBAEDD
(251,174,221)
0 Favorites   0 Comments

Color spaces of #fbaedd

RGB 251174221
HSL0.900.910.83
HSV323°31°98°
CMYK 0.000.310.12   0.02
XYZ67.970956.001875.6336
Yxy56.00180.34050.2806
Hunter Lab74.834431.1687-7.5392
CIE-Lab79.614834.9947-12.2725

#fbaedd color RGB value is (251,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11011101
Octal 373 256 335
Decimal 251 174 221
Hex FB AE DD

RGB Percentages of Color #fbaedd

%38.85
%26.93
%34.21

CMYK Percentages of Color #fbaedd

%0
%31
%12
%2

Triadic Colors of #fbaedd

#fbaedd #ddfbae #aeddfb

Analogous Colors of #fbaedd

#fbaedd #fbaeb7 #f3aefb

Monochromatic Colors of #fbaedd

#fbaedd

Complementary Color

#fbaedd #aefbcc

#fbaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaedd Color CSS Codes

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

#fbaedd Text Font Color

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

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


#fbaedd Background Color

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

This div background color is #fbaedd


#fbaedd Border Color

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

This div border color is #fbaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaedd


Comments

No comments written yet.

Please login to write comment.