Color Hex Logo

#fbd2da Color Hex

#FBD2DA
(251,210,218)
0 Favorites   0 Comments

Color spaces of #fbd2da

RGB 251210218
HSL0.970.840.90
HSV348°16°98°
CMYK 0.000.160.13   0.02
XYZ75.485171.664476.1838
Yxy71.66440.33800.3209
Hunter Lab84.654811.01915.9013
CIE-Lab87.806815.58881.4231

#fbd2da color RGB value is (251,210,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 11011010
Octal 373 322 332
Decimal 251 210 218
Hex FB D2 DA

RGB Percentages of Color #fbd2da

%36.97
%30.93
%32.11

CMYK Percentages of Color #fbd2da

%0
%16
%13
%2

Triadic Colors of #fbd2da

#fbd2da #dafbd2 #d2dafb

Analogous Colors of #fbd2da

#fbd2da #fbdfd2 #fbd2ef

Monochromatic Colors of #fbd2da

#fbd2da

Complementary Color

#fbd2da #d2fbf3

#fbd2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd2da Color CSS Codes

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

#fbd2da Text Font Color

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

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


#fbd2da Background Color

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

This div background color is #fbd2da


#fbd2da Border Color

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

This div border color is #fbd2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd2da


Comments

No comments written yet.

Please login to write comment.