Color Hex Logo

#fda1ba Color Hex

#FDA1BA
(253,161,186)
0 Favorites   0 Comments

Color spaces of #fda1ba

RGB 253161186
HSL0.950.960.81
HSV344°36°99°
CMYK 0.000.360.26   0.01
XYZ62.115849.917652.8156
Yxy49.91760.37680.3028
Hunter Lab70.652433.29105.1349
CIE-Lab76.018737.26941.5090

#fda1ba color RGB value is (253,161,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 10111010
Octal 375 241 272
Decimal 253 161 186
Hex FD A1 BA

RGB Percentages of Color #fda1ba

%42.17
%26.83
%31.00

CMYK Percentages of Color #fda1ba

%0
%36
%26
%1

Triadic Colors of #fda1ba

#fda1ba #bafda1 #a1bafd

Analogous Colors of #fda1ba

#fda1ba #fdb6a1 #fda1e8

Monochromatic Colors of #fda1ba

#fda1ba

Complementary Color

#fda1ba #a1fde4

#fda1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda1ba Color CSS Codes

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

#fda1ba Text Font Color

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

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


#fda1ba Background Color

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

This div background color is #fda1ba


#fda1ba Border Color

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

This div border color is #fda1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda1ba

Related Colors


Comments

No comments written yet.

Please login to write comment.