Color Hex Logo

#fda7ba Color Hex

#FDA7BA
(253,167,186)
0 Favorites   0 Comments

Color spaces of #fda7ba

RGB 253167186
HSL0.960.960.82
HSV347°34°99°
CMYK 0.000.340.26   0.01
XYZ63.189752.065353.1735
Yxy52.06530.37520.3091
Hunter Lab72.156330.04506.8173
CIE-Lab77.319934.14703.3983

#fda7ba color RGB value is (253,167,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 10111010
Octal 375 247 272
Decimal 253 167 186
Hex FD A7 BA

RGB Percentages of Color #fda7ba

%41.75
%27.56
%30.69

CMYK Percentages of Color #fda7ba

%0
%34
%26
%1

Triadic Colors of #fda7ba

#fda7ba #bafda7 #a7bafd

Analogous Colors of #fda7ba

#fda7ba #fdbfa7 #fda7e5

Monochromatic Colors of #fda7ba

#fda7ba

Complementary Color

#fda7ba #a7fdea

#fda7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda7ba Color CSS Codes

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

#fda7ba Text Font Color

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

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


#fda7ba Background Color

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

This div background color is #fda7ba


#fda7ba Border Color

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

This div border color is #fda7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda7ba


Comments

No comments written yet.

Please login to write comment.