Color Hex Logo

#fbace5 Color Hex

#FBACE5
(251,172,229)
0 Favorites   0 Comments

Color spaces of #fbace5

RGB 251172229
HSL0.880.910.83
HSV317°31°98°
CMYK 0.000.310.09   0.02
XYZ68.679055.671481.2546
Yxy55.67140.33400.2708
Hunter Lab74.613333.7300-12.3381
CIE-Lab79.426437.3541-16.8809

#fbace5 color RGB value is (251,172,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11100101
Octal 373 254 345
Decimal 251 172 229
Hex FB AC E5

RGB Percentages of Color #fbace5

%38.50
%26.38
%35.12

CMYK Percentages of Color #fbace5

%0
%31
%9
%2

Triadic Colors of #fbace5

#fbace5 #e5fbac #ace5fb

Analogous Colors of #fbace5

#fbace5 #fbacbe #eaacfb

Monochromatic Colors of #fbace5

#fbace5

Complementary Color

#fbace5 #acfbc2

#fbace5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbace5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbace5 Color CSS Codes

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

#fbace5 Text Font Color

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

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


#fbace5 Background Color

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

This div background color is #fbace5


#fbace5 Border Color

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

This div border color is #fbace5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbace5


Comments

No comments written yet.

Please login to write comment.