Color Hex Logo

#fdbbaf Color Hex

#FDBBAF
(253,187,175)
0 Favorites   0 Comments

Color spaces of #fdbbaf

RGB 253187175
HSL0.030.950.84
HSV31°99°
CMYK 0.000.260.31   0.01
XYZ66.016259.518448.5662
Yxy59.51840.37920.3419
Hunter Lab77.148217.734316.6796
CIE-Lab81.575722.214815.4230

#fdbbaf color RGB value is (253,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 10101111
Octal 375 273 257
Decimal 253 187 175
Hex FD BB AF

RGB Percentages of Color #fdbbaf

%41.14
%30.41
%28.46

CMYK Percentages of Color #fdbbaf

%0
%26
%31
%1

Triadic Colors of #fdbbaf

#fdbbaf #affdbb #bbaffd

Analogous Colors of #fdbbaf

#fdbbaf #fde2af #fdafca

Monochromatic Colors of #fdbbaf

#fdbbaf

Complementary Color

#fdbbaf #aff1fd

#fdbbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbaf Color CSS Codes

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

#fdbbaf Text Font Color

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

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


#fdbbaf Background Color

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

This div background color is #fdbbaf


#fdbbaf Border Color

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

This div border color is #fdbbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbaf

#fdbbaf Color Palettes


Comments

No comments written yet.

Please login to write comment.