Color Hex Logo

#fbacdd Color Hex

#FBACDD
(251,172,221)
0 Favorites   0 Comments

Color spaces of #fbacdd

RGB 251172221
HSL0.900.910.83
HSV323°31°98°
CMYK 0.000.310.12   0.02
XYZ67.587355.234775.5057
Yxy55.23470.34080.2785
Hunter Lab74.320132.2694-8.2118
CIE-Lab79.176336.0424-12.9288

#fbacdd color RGB value is (251,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101100 11011101
Octal 373 254 335
Decimal 251 172 221
Hex FB AC DD

RGB Percentages of Color #fbacdd

%38.98
%26.71
%34.32

CMYK Percentages of Color #fbacdd

%0
%31
%12
%2

Triadic Colors of #fbacdd

#fbacdd #ddfbac #acddfb

Analogous Colors of #fbacdd

#fbacdd #fbacb6 #f2acfb

Monochromatic Colors of #fbacdd

#fbacdd

Complementary Color

#fbacdd #acfbca

#fbacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbacdd Color CSS Codes

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

#fbacdd Text Font Color

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

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


#fbacdd Background Color

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

This div background color is #fbacdd


#fbacdd Border Color

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

This div border color is #fbacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbacdd

Related Colors


Comments

No comments written yet.

Please login to write comment.