Color Hex Logo

#fdbbad Color Hex

#FDBBAD
(253,187,173)
0 Favorites   0 Comments

Color spaces of #fdbbad

RGB 253187173
HSL0.030.950.84
HSV11°32°99°
CMYK 0.000.260.32   0.01
XYZ65.821259.440447.5392
Yxy59.44040.38090.3440
Hunter Lab77.097617.471517.4095
CIE-Lab81.533121.962216.4343

#fdbbad color RGB value is (253,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 10101101
Octal 375 273 255
Decimal 253 187 173
Hex FD BB AD

RGB Percentages of Color #fdbbad

%41.27
%30.51
%28.22

CMYK Percentages of Color #fdbbad

%0
%26
%32
%1

Triadic Colors of #fdbbad

#fdbbad #adfdbb #bbadfd

Analogous Colors of #fdbbad

#fdbbad #fde3ad #fdadc7

Monochromatic Colors of #fdbbad

#fdbbad

Complementary Color

#fdbbad #adeffd

#fdbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbad Color CSS Codes

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

#fdbbad Text Font Color

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

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


#fdbbad Background Color

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

This div background color is #fdbbad


#fdbbad Border Color

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

This div border color is #fdbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbad

Related Colors


Comments

No comments written yet.

Please login to write comment.