Color Hex Logo

#fbaeeb Color Hex

#FBAEEB
(251,174,235)
0 Favorites   0 Comments

Color spaces of #fbaeeb

RGB 251174235
HSL0.870.910.83
HSV312°31°98°
CMYK 0.000.310.06   0.02
XYZ69.915156.779585.8719
Yxy56.77950.32890.2671
Hunter Lab75.352233.7539-14.8208
CIE-Lab80.055437.3188-19.1695

#fbaeeb color RGB value is (251,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11101011
Octal 373 256 353
Decimal 251 174 235
Hex FB AE EB

RGB Percentages of Color #fbaeeb

%38.03
%26.36
%35.61

CMYK Percentages of Color #fbaeeb

%0
%31
%6
%2

Triadic Colors of #fbaeeb

#fbaeeb #ebfbae #aeebfb

Analogous Colors of #fbaeeb

#fbaeeb #fbaec5 #e5aefb

Monochromatic Colors of #fbaeeb

#fbaeeb

Complementary Color

#fbaeeb #aefbbe

#fbaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeeb Color CSS Codes

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

#fbaeeb Text Font Color

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

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


#fbaeeb Background Color

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

This div background color is #fbaeeb


#fbaeeb Border Color

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

This div border color is #fbaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeeb


Comments

No comments written yet.

Please login to write comment.