Color Hex Logo

#fbaedf Color Hex

#FBAEDF
(251,174,223)
0 Favorites   0 Comments

Color spaces of #fbaedf

RGB 251174223
HSL0.890.910.83
HSV322°31°98°
CMYK 0.000.310.11   0.02
XYZ68.239056.109077.0456
Yxy56.10900.33880.2786
Hunter Lab74.905931.5274-8.5494
CIE-Lab79.675835.3190-13.2629

#fbaedf color RGB value is (251,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11011111
Octal 373 256 337
Decimal 251 174 223
Hex FB AE DF

RGB Percentages of Color #fbaedf

%38.73
%26.85
%34.41

CMYK Percentages of Color #fbaedf

%0
%31
%11
%2

Triadic Colors of #fbaedf

#fbaedf #dffbae #aedffb

Analogous Colors of #fbaedf

#fbaedf #fbaeb9 #f1aefb

Monochromatic Colors of #fbaedf

#fbaedf

Complementary Color

#fbaedf #aefbca

#fbaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaedf Color CSS Codes

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

#fbaedf Text Font Color

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

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


#fbaedf Background Color

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

This div background color is #fbaedf


#fbaedf Border Color

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

This div border color is #fbaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaedf


Comments

No comments written yet.

Please login to write comment.