Color Hex Logo

#fdbbaa Color Hex

#FDBBAA
(253,187,170)
0 Favorites   0 Comments

Color spaces of #fdbbaa

RGB 253187170
HSL0.030.950.83
HSV12°33°99°
CMYK 0.000.260.33   0.01
XYZ65.534059.325646.0272
Yxy59.32560.38350.3472
Hunter Lab77.023117.083718.4859
CIE-Lab81.470221.588717.9519

#fdbbaa color RGB value is (253,187,170).

#fdbbaa hex color red value is 253, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fdbbaa hue: 0.03 , saturation: 0.95 and the lightness value of fdbbaa is 0.83.

The process color (four color CMYK) of #fdbbaa color hex is 0.00, 0.26, 0.33, 0.01. Web safe color of #fdbbaa is #ffcc99. Color #fdbbaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 10101010
Octal 375 273 252
Decimal 253 187 170
Hex FD BB AA

RGB Percentages of Color #fdbbaa

%41.48
%30.66
%27.87

CMYK Percentages of Color #fdbbaa

%0
%26
%33
%1

Triadic Colors of #fdbbaa

#fdbbaa #aafdbb #bbaafd

Analogous Colors of #fdbbaa

#fdbbaa #fde5aa #fdaac3

Monochromatic Colors of #fdbbaa

#fdbbaa

Complementary Color

#fdbbaa #aaecfd

#fdbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbaa Color CSS Codes

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

#fdbbaa Text Font Color

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

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


#fdbbaa Background Color

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

This div background color is #fdbbaa


#fdbbaa Border Color

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

This div border color is #fdbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbaa


Comments

No comments written yet.

Please login to write comment.