Color Hex Logo

#fbb2da Color Hex

#FBB2DA
(251,178,218)
0 Favorites   0 Comments

Color spaces of #fbb2da

RGB 251178218
HSL0.910.900.84
HSV327°29°98°
CMYK 0.000.290.13   0.02
XYZ68.358957.412073.8084
Yxy57.41200.34250.2877
Hunter Lab75.770728.4406-4.7150
CIE-Lab80.410832.4132-9.4638

#fbb2da color RGB value is (251,178,218).

#fbb2da hex color red value is 251, green value is 178 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fbb2da hue: 0.91 , saturation: 0.90 and the lightness value of fbb2da is 0.84.

The process color (four color CMYK) of #fbb2da color hex is 0.00, 0.29, 0.13, 0.02. Web safe color of #fbb2da is #ff99cc. Color #fbb2da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110010 11011010
Octal 373 262 332
Decimal 251 178 218
Hex FB B2 DA

RGB Percentages of Color #fbb2da

%38.79
%27.51
%33.69

CMYK Percentages of Color #fbb2da

%0
%29
%13
%2

Triadic Colors of #fbb2da

#fbb2da #dafbb2 #b2dafb

Analogous Colors of #fbb2da

#fbb2da #fbb2b6 #f8b2fb

Monochromatic Colors of #fbb2da

#fbb2da

Complementary Color

#fbb2da #b2fbd3

#fbb2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb2da Color CSS Codes

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

#fbb2da Text Font Color

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

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


#fbb2da Background Color

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

This div background color is #fbb2da


#fbb2da Border Color

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

This div border color is #fbb2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb2da


Comments

No comments written yet.

Please login to write comment.