Color Hex Logo

#fbaeed Color Hex

#FBAEED
(251,174,237)
0 Favorites   0 Comments

Color spaces of #fbaeed

RGB 251174237
HSL0.860.910.83
HSV311°31°98°
CMYK 0.000.310.06   0.02
XYZ70.205856.895887.4025
Yxy56.89580.32730.2652
Hunter Lab75.429334.1375-15.9008
CIE-Lab80.121037.6610-20.1479

#fbaeed color RGB value is (251,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11101101
Octal 373 256 355
Decimal 251 174 237
Hex FB AE ED

RGB Percentages of Color #fbaeed

%37.92
%26.28
%35.80

CMYK Percentages of Color #fbaeed

%0
%31
%6
%2

Triadic Colors of #fbaeed

#fbaeed #edfbae #aeedfb

Analogous Colors of #fbaeed

#fbaeed #fbaec7 #e3aefb

Monochromatic Colors of #fbaeed

#fbaeed

Complementary Color

#fbaeed #aefbbc

#fbaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeed Color CSS Codes

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

#fbaeed Text Font Color

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

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


#fbaeed Background Color

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

This div background color is #fbaeed


#fbaeed Border Color

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

This div border color is #fbaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeed

Related Colors


Comments

No comments written yet.

Please login to write comment.