Color Hex Logo

#fbabcc Color Hex

#FBABCC
(251,171,204)
0 Favorites   0 Comments

Color spaces of #fbabcc

RGB 251171204
HSL0.930.910.83
HSV335°32°98°
CMYK 0.000.320.19   0.02
XYZ65.245753.994764.1099
Yxy53.99470.35590.2945
Hunter Lab73.481129.9027-0.2919
CIE-Lab78.458633.9210-4.7702

#fbabcc color RGB value is (251,171,204).

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

The process color (four color CMYK) of #fbabcc color hex is 0.00, 0.32, 0.19, 0.02. Web safe color of #fbabcc is #ff99cc. Color #fbabcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11001100
Octal 373 253 314
Decimal 251 171 204
Hex FB AB CC

RGB Percentages of Color #fbabcc

%40.10
%27.32
%32.59

CMYK Percentages of Color #fbabcc

%0
%32
%19
%2

Triadic Colors of #fbabcc

#fbabcc #ccfbab #abccfb

Analogous Colors of #fbabcc

#fbabcc #fbb2ab #fbabf4

Monochromatic Colors of #fbabcc

#fbabcc

Complementary Color

#fbabcc #abfbda

#fbabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabcc Color CSS Codes

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

#fbabcc Text Font Color

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

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


#fbabcc Background Color

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

This div background color is #fbabcc


#fbabcc Border Color

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

This div border color is #fbabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabcc


Comments

No comments written yet.

Please login to write comment.