Color Hex Logo

#fdb0ba Color Hex

#FDB0BA
(253,176,186)
0 Favorites   0 Comments

Color spaces of #fdb0ba

RGB 253176186
HSL0.980.950.84
HSV352°30°99°
CMYK 0.000.300.26   0.01
XYZ64.896355.478553.7424
Yxy55.47850.37270.3186
Hunter Lab74.483925.17669.3592
CIE-Lab79.316129.43646.2804

#fdb0ba color RGB value is (253,176,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 10111010
Octal 375 260 272
Decimal 253 176 186
Hex FD B0 BA

RGB Percentages of Color #fdb0ba

%41.14
%28.62
%30.24

CMYK Percentages of Color #fdb0ba

%0
%30
%26
%1

Triadic Colors of #fdb0ba

#fdb0ba #bafdb0 #b0bafd

Analogous Colors of #fdb0ba

#fdb0ba #fdcdb0 #fdb0e1

Monochromatic Colors of #fdb0ba

#fdb0ba

Complementary Color

#fdb0ba #b0fdf3

#fdb0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb0ba Color CSS Codes

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

#fdb0ba Text Font Color

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

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


#fdb0ba Background Color

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

This div background color is #fdb0ba


#fdb0ba Border Color

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

This div border color is #fdb0ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,176,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb0ba


Comments

No comments written yet.

Please login to write comment.