Color Hex Logo

#fbaceb Color Hex

#FBACEB
(251,172,235)
0 Favorites   0 Comments

Color spaces of #fbaceb

RGB 251172235
HSL0.870.910.83
HSV312°31°98°
CMYK 0.000.310.06   0.02
XYZ69.531656.012485.7440
Yxy56.01240.32910.2651
Hunter Lab74.841434.8633-15.5381
CIE-Lab79.620938.3651-19.8269

#fbaceb color RGB value is (251,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11101011
Octal 373 254 353
Decimal 251 172 235
Hex FB AC EB

RGB Percentages of Color #fbaceb

%38.15
%26.14
%35.71

CMYK Percentages of Color #fbaceb

%0
%31
%6
%2

Triadic Colors of #fbaceb

#fbaceb #ebfbac #acebfb

Analogous Colors of #fbaceb

#fbaceb #fbacc4 #e4acfb

Monochromatic Colors of #fbaceb

#fbaceb

Complementary Color

#fbaceb #acfbbc

#fbaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaceb Color CSS Codes

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

#fbaceb Text Font Color

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

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


#fbaceb Background Color

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

This div background color is #fbaceb


#fbaceb Border Color

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

This div border color is #fbaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaceb

Related Colors


Comments

No comments written yet.

Please login to write comment.