Color Hex Logo

#fbabd4 Color Hex

#FBABD4
(251,171,212)
0 Favorites   0 Comments

Color spaces of #fbabd4

RGB 251171212
HSL0.910.910.83
HSV329°32°98°
CMYK 0.000.320.16   0.02
XYZ66.230254.388569.2947
Yxy54.38850.34870.2864
Hunter Lab73.748631.2427-4.0853
CIE-Lab78.687735.1410-8.7776

#fbabd4 color RGB value is (251,171,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 11010100
Octal 373 253 324
Decimal 251 171 212
Hex FB AB D4

RGB Percentages of Color #fbabd4

%39.59
%26.97
%33.44

CMYK Percentages of Color #fbabd4

%0
%32
%16
%2

Triadic Colors of #fbabd4

#fbabd4 #d4fbab #abd4fb

Analogous Colors of #fbabd4

#fbabd4 #fbabac #faabfb

Monochromatic Colors of #fbabd4

#fbabd4

Complementary Color

#fbabd4 #abfbd2

#fbabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabd4 Color CSS Codes

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

#fbabd4 Text Font Color

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

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


#fbabd4 Background Color

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

This div background color is #fbabd4


#fbabd4 Border Color

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

This div border color is #fbabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabd4


Comments

No comments written yet.

Please login to write comment.