Color Hex Logo

#fba2dd Color Hex

#FBA2DD
(251,162,221)
0 Favorites   0 Comments

Color spaces of #fba2dd

RGB 251162221
HSL0.890.920.81
HSV320°35°98°
CMYK 0.000.350.12   0.02
XYZ65.755151.570374.8950
Yxy51.57030.34210.2683
Hunter Lab71.812537.7718-11.5663
CIE-Lab77.023241.2532-16.1624

#fba2dd color RGB value is (251,162,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 11011101
Octal 373 242 335
Decimal 251 162 221
Hex FB A2 DD

RGB Percentages of Color #fba2dd

%39.59
%25.55
%34.86

CMYK Percentages of Color #fba2dd

%0
%35
%12
%2

Triadic Colors of #fba2dd

#fba2dd #ddfba2 #a2ddfb

Analogous Colors of #fba2dd

#fba2dd #fba2b1 #eda2fb

Monochromatic Colors of #fba2dd

#fba2dd

Complementary Color

#fba2dd #a2fbc0

#fba2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba2dd Color CSS Codes

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

#fba2dd Text Font Color

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

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


#fba2dd Background Color

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

This div background color is #fba2dd


#fba2dd Border Color

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

This div border color is #fba2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba2dd


Comments

No comments written yet.

Please login to write comment.