Color Hex Logo

#fbacdb Color Hex

#FBACDB
(251,172,219)
0 Favorites   0 Comments

Color spaces of #fbacdb

RGB 251172219
HSL0.900.910.83
HSV324°31°98°
CMYK 0.000.310.13   0.02
XYZ67.322455.128874.1105
Yxy55.12880.34250.2805
Hunter Lab74.248831.9131-7.2054
CIE-Lab79.115435.7210-11.9366

#fbacdb color RGB value is (251,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11011011
Octal 373 254 333
Decimal 251 172 219
Hex FB AC DB

RGB Percentages of Color #fbacdb

%39.10
%26.79
%34.11

CMYK Percentages of Color #fbacdb

%0
%31
%13
%2

Triadic Colors of #fbacdb

#fbacdb #dbfbac #acdbfb

Analogous Colors of #fbacdb

#fbacdb #fbacb4 #f4acfb

Monochromatic Colors of #fbacdb

#fbacdb

Complementary Color

#fbacdb #acfbcc

#fbacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbacdb Color CSS Codes

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

#fbacdb Text Font Color

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

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


#fbacdb Background Color

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

This div background color is #fbacdb


#fbacdb Border Color

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

This div border color is #fbacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbacdb


Comments

No comments written yet.

Please login to write comment.