Color Hex Logo

#fbb7da Color Hex

#FBB7DA
(251,183,218)
0 Favorites   0 Comments

Color spaces of #fbb7da

RGB 251183218
HSL0.910.890.85
HSV329°27°98°
CMYK 0.000.270.13   0.02
XYZ69.372059.438274.1461
Yxy59.43820.34180.2929
Hunter Lab77.096225.6980-3.0540
CIE-Lab81.531929.7831-7.7984

#fbb7da color RGB value is (251,183,218).

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

The process color (four color CMYK) of #fbb7da color hex is 0.00, 0.27, 0.13, 0.02. Web safe color of #fbb7da is #ffcccc. Color #fbb7da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110111 11011010
Octal 373 267 332
Decimal 251 183 218
Hex FB B7 DA

RGB Percentages of Color #fbb7da

%38.50
%28.07
%33.44

CMYK Percentages of Color #fbb7da

%0
%27
%13
%2

Triadic Colors of #fbb7da

#fbb7da #dafbb7 #b7dafb

Analogous Colors of #fbb7da

#fbb7da #fbb7b8 #fab7fb

Monochromatic Colors of #fbb7da

#fbb7da

Complementary Color

#fbb7da #b7fbd8

#fbb7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb7da Color CSS Codes

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

#fbb7da Text Font Color

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

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


#fbb7da Background Color

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

This div background color is #fbb7da


#fbb7da Border Color

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

This div border color is #fbb7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb7da


Comments

No comments written yet.

Please login to write comment.