Color Hex Logo

#fda8ba Color Hex

#FDA8BA
(253,168,186)
0 Favorites   0 Comments

Color spaces of #fda8ba

RGB 253168186
HSL0.960.960.83
HSV347°34°99°
CMYK 0.000.340.26   0.01
XYZ63.373652.433153.2348
Yxy52.43310.37490.3102
Hunter Lab72.410729.50397.0988
CIE-Lab77.539133.62503.7158

#fda8ba color RGB value is (253,168,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 10111010
Octal 375 250 272
Decimal 253 168 186
Hex FD A8 BA

RGB Percentages of Color #fda8ba

%41.68
%27.68
%30.64

CMYK Percentages of Color #fda8ba

%0
%34
%26
%1

Triadic Colors of #fda8ba

#fda8ba #bafda8 #a8bafd

Analogous Colors of #fda8ba

#fda8ba #fdc1a8 #fda8e5

Monochromatic Colors of #fda8ba

#fda8ba

Complementary Color

#fda8ba #a8fdeb

#fda8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda8ba Color CSS Codes

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

#fda8ba Text Font Color

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

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


#fda8ba Background Color

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

This div background color is #fda8ba


#fda8ba Border Color

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

This div border color is #fda8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda8ba


Comments

No comments written yet.

Please login to write comment.