Color Hex Logo

#fbaeef Color Hex

#FBAEEF
(251,174,239)
0 Favorites   0 Comments

Color spaces of #fbaeef

RGB 251174239
HSL0.860.910.83
HSV309°31°98°
CMYK 0.000.310.05   0.02
XYZ70.499757.013388.9503
Yxy57.01330.32570.2634
Hunter Lab75.507234.5248-16.9909
CIE-Lab80.187138.0058-21.1247

#fbaeef color RGB value is (251,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11101111
Octal 373 256 357
Decimal 251 174 239
Hex FB AE EF

RGB Percentages of Color #fbaeef

%37.80
%26.20
%35.99

CMYK Percentages of Color #fbaeef

%0
%31
%5
%2

Triadic Colors of #fbaeef

#fbaeef #effbae #aeeffb

Analogous Colors of #fbaeef

#fbaeef #fbaec9 #e1aefb

Monochromatic Colors of #fbaeef

#fbaeef

Complementary Color

#fbaeef #aefbba

#fbaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeef Color CSS Codes

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

#fbaeef Text Font Color

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

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


#fbaeef Background Color

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

This div background color is #fbaeef


#fbaeef Border Color

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

This div border color is #fbaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeef

Related Colors


Comments

No comments written yet.

Please login to write comment.