Color Hex Logo

#fdb0da Color Hex

#FDB0DA
(253,176,218)
0 Favorites   0 Comments

Color spaces of #fdb0da

RGB 253176218
HSL0.910.950.84
HSV327°30°99°
CMYK 0.000.300.14   0.01
XYZ68.688256.995373.7106
Yxy56.99530.34450.2858
Hunter Lab75.495230.2889-5.0418
CIE-Lab80.177034.1392-9.7893

#fdb0da color RGB value is (253,176,218).

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

The process color (four color CMYK) of #fdb0da color hex is 0.00, 0.30, 0.14, 0.01. Web safe color of #fdb0da is #ff99cc. Color #fdb0da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 11011010
Octal 375 260 332
Decimal 253 176 218
Hex FD B0 DA

RGB Percentages of Color #fdb0da

%39.10
%27.20
%33.69

CMYK Percentages of Color #fdb0da

%0
%30
%14
%1

Triadic Colors of #fdb0da

#fdb0da #dafdb0 #b0dafd

Analogous Colors of #fdb0da

#fdb0da #fdb0b4 #fab0fd

Monochromatic Colors of #fdb0da

#fdb0da

Complementary Color

#fdb0da #b0fdd3

#fdb0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb0da Color CSS Codes

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

#fdb0da Text Font Color

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

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


#fdb0da Background Color

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

This div background color is #fdb0da


#fdb0da Border Color

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

This div border color is #fdb0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb0da

Related Colors

#fdb0da Color Palettes


Comments

No comments written yet.

Please login to write comment.