Color Hex Logo

#fbace1 Color Hex

#FBACE1
(251,172,225)
0 Favorites   0 Comments

Color spaces of #fbace1

RGB 251172225
HSL0.890.910.83
HSV320°31°98°
CMYK 0.000.310.10   0.02
XYZ68.126855.450578.3465
Yxy55.45050.33740.2746
Hunter Lab74.465132.9926-10.2549
CIE-Lab79.300136.6932-14.9082

#fbace1 color RGB value is (251,172,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11100001
Octal 373 254 341
Decimal 251 172 225
Hex FB AC E1

RGB Percentages of Color #fbace1

%38.73
%26.54
%34.72

CMYK Percentages of Color #fbace1

%0
%31
%10
%2

Triadic Colors of #fbace1

#fbace1 #e1fbac #ace1fb

Analogous Colors of #fbace1

#fbace1 #fbacba #eeacfb

Monochromatic Colors of #fbace1

#fbace1

Complementary Color

#fbace1 #acfbc6

#fbace1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbace1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbace1 Color CSS Codes

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

#fbace1 Text Font Color

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

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


#fbace1 Background Color

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

This div background color is #fbace1


#fbace1 Border Color

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

This div border color is #fbace1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbace1


Comments

No comments written yet.

Please login to write comment.