Color Hex Logo

#fda4ba Color Hex

#FDA4BA
(253,164,186)
1 Favorites   0 Comments

Color spaces of #fda4ba

RGB 253164186
HSL0.960.960.82
HSV345°35°99°
CMYK 0.000.350.26   0.01
XYZ62.646450.978752.9924
Yxy50.97870.37600.3060
Hunter Lab71.399431.66855.9747
CIE-Lab76.666135.71072.4502

#fda4ba color RGB value is (253,164,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100100 10111010
Octal 375 244 272
Decimal 253 164 186
Hex FD A4 BA

RGB Percentages of Color #fda4ba

%41.96
%27.20
%30.85

CMYK Percentages of Color #fda4ba

%0
%35
%26
%1

Triadic Colors of #fda4ba

#fda4ba #bafda4 #a4bafd

Analogous Colors of #fda4ba

#fda4ba #fdbba4 #fda4e7

Monochromatic Colors of #fda4ba

#fda4ba

Complementary Color

#fda4ba #a4fde7

#fda4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda4ba Color CSS Codes

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

#fda4ba Text Font Color

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

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


#fda4ba Background Color

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

This div background color is #fda4ba


#fda4ba Border Color

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

This div border color is #fda4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda4ba

#fda4ba Color Palettes


Comments

No comments written yet.

Please login to write comment.