Color Hex Logo

#fba0dd Color Hex

#FBA0DD
(251,160,221)
0 Favorites   0 Comments

Color spaces of #fba0dd

RGB 251160221
HSL0.890.920.81
HSV320°36°98°
CMYK 0.000.360.12   0.02
XYZ65.405650.871374.7785
Yxy50.87130.34230.2663
Hunter Lab71.324138.8708-12.2347
CIE-Lab76.601042.2882-16.7988

#fba0dd color RGB value is (251,160,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100000 11011101
Octal 373 240 335
Decimal 251 160 221
Hex FB A0 DD

RGB Percentages of Color #fba0dd

%39.72
%25.32
%34.97

CMYK Percentages of Color #fba0dd

%0
%36
%12
%2

Triadic Colors of #fba0dd

#fba0dd #ddfba0 #a0ddfb

Analogous Colors of #fba0dd

#fba0dd #fba0b0 #eca0fb

Monochromatic Colors of #fba0dd

#fba0dd

Complementary Color

#fba0dd #a0fbbe

#fba0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba0dd Color CSS Codes

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

#fba0dd Text Font Color

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

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


#fba0dd Background Color

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

This div background color is #fba0dd


#fba0dd Border Color

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

This div border color is #fba0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba0dd

Related Colors


Comments

No comments written yet.

Please login to write comment.