Color Hex Logo

#fbaeec Color Hex

#FBAEEC
(251,174,236)
0 Favorites   0 Comments

Color spaces of #fbaeec

RGB 251174236
HSL0.870.910.83
HSV312°31°98°
CMYK 0.000.310.06   0.02
XYZ70.060056.837586.6350
Yxy56.83750.32810.2662
Hunter Lab75.390633.9452-15.3595
CIE-Lab80.088137.4895-19.6589

#fbaeec color RGB value is (251,174,236).

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

The process color (four color CMYK) of #fbaeec color hex is 0.00, 0.31, 0.06, 0.02. Web safe color of #fbaeec is #ff99ff. Color #fbaeec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11101100
Octal 373 256 354
Decimal 251 174 236
Hex FB AE EC

RGB Percentages of Color #fbaeec

%37.97
%26.32
%35.70

CMYK Percentages of Color #fbaeec

%0
%31
%6
%2

Triadic Colors of #fbaeec

#fbaeec #ecfbae #aeecfb

Analogous Colors of #fbaeec

#fbaeec #fbaec6 #e4aefb

Monochromatic Colors of #fbaeec

#fbaeec

Complementary Color

#fbaeec #aefbbd

#fbaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeec Color CSS Codes

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

#fbaeec Text Font Color

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

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


#fbaeec Background Color

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

This div background color is #fbaeec


#fbaeec Border Color

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

This div border color is #fbaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeec

Related Colors


Comments

No comments written yet.

Please login to write comment.