Color Hex Logo

#fbacef Color Hex

#FBACEF
(251,172,239)
0 Favorites   0 Comments

Color spaces of #fbacef

RGB 251172239
HSL0.860.910.83
HSV309°31°98°
CMYK 0.000.310.05   0.02
XYZ70.116256.246388.8224
Yxy56.24630.32580.2614
Hunter Lab74.997535.6364-17.7211
CIE-Lab79.753839.0513-21.7821

#fbacef color RGB value is (251,172,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11101111
Octal 373 254 357
Decimal 251 172 239
Hex FB AC EF

RGB Percentages of Color #fbacef

%37.92
%25.98
%36.10

CMYK Percentages of Color #fbacef

%0
%31
%5
%2

Triadic Colors of #fbacef

#fbacef #effbac #aceffb

Analogous Colors of #fbacef

#fbacef #fbacc8 #e0acfb

Monochromatic Colors of #fbacef

#fbacef

Complementary Color

#fbacef #acfbb8

#fbacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbacef Color CSS Codes

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

#fbacef Text Font Color

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

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


#fbacef Background Color

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

This div background color is #fbacef


#fbacef Border Color

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

This div border color is #fbacef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,172,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 #fbacef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbacef

Related Colors


Comments

No comments written yet.

Please login to write comment.