Color Hex Logo

#fba9dd Color Hex

#FBA9DD
(251,169,221)
0 Favorites   0 Comments

Color spaces of #fba9dd

RGB 251169221
HSL0.890.910.82
HSV322°33°98°
CMYK 0.000.330.12   0.02
XYZ67.022854.105675.3176
Yxy54.10560.34120.2754
Hunter Lab73.556533.9207-9.2200
CIE-Lab78.523337.6111-13.9075

#fba9dd color RGB value is (251,169,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 11011101
Octal 373 251 335
Decimal 251 169 221
Hex FB A9 DD

RGB Percentages of Color #fba9dd

%39.16
%26.37
%34.48

CMYK Percentages of Color #fba9dd

%0
%33
%12
%2

Triadic Colors of #fba9dd

#fba9dd #ddfba9 #a9ddfb

Analogous Colors of #fba9dd

#fba9dd #fba9b4 #f0a9fb

Monochromatic Colors of #fba9dd

#fba9dd

Complementary Color

#fba9dd #a9fbc7

#fba9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba9dd Color CSS Codes

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

#fba9dd Text Font Color

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

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


#fba9dd Background Color

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

This div background color is #fba9dd


#fba9dd Border Color

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

This div border color is #fba9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba9dd


Comments

No comments written yet.

Please login to write comment.