Color Hex Logo

#fbaedc Color Hex

#FBAEDC
(251,174,220)
0 Favorites   0 Comments

Color spaces of #fbaedc

RGB 251174220
HSL0.900.910.83
HSV324°31°98°
CMYK 0.000.310.12   0.02
XYZ67.838055.948674.9339
Yxy55.94860.34140.2815
Hunter Lab74.798830.9908-7.0379
CIE-Lab79.584634.8337-11.7768

#fbaedc color RGB value is (251,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11011100
Octal 373 256 334
Decimal 251 174 220
Hex FB AE DC

RGB Percentages of Color #fbaedc

%38.91
%26.98
%34.11

CMYK Percentages of Color #fbaedc

%0
%31
%12
%2

Triadic Colors of #fbaedc

#fbaedc #dcfbae #aedcfb

Analogous Colors of #fbaedc

#fbaedc #fbaeb6 #f4aefb

Monochromatic Colors of #fbaedc

#fbaedc

Complementary Color

#fbaedc #aefbcd

#fbaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaedc Color CSS Codes

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

#fbaedc Text Font Color

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

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


#fbaedc Background Color

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

This div background color is #fbaedc


#fbaedc Border Color

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

This div border color is #fbaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaedc


Comments

No comments written yet.

Please login to write comment.