Color Hex Logo

#fdbcaf Color Hex

#FDBCAF
(253,188,175)
0 Favorites   0 Comments

Color spaces of #fdbcaf

RGB 253188175
HSL0.030.950.84
HSV10°31°99°
CMYK 0.000.260.31   0.01
XYZ66.229159.944248.6372
Yxy59.94420.37890.3429
Hunter Lab77.423617.199616.9508
CIE-Lab81.807821.689715.7488

#fdbcaf color RGB value is (253,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10101111
Octal 375 274 257
Decimal 253 188 175
Hex FD BC AF

RGB Percentages of Color #fdbcaf

%41.07
%30.52
%28.41

CMYK Percentages of Color #fdbcaf

%0
%26
%31
%1

Triadic Colors of #fdbcaf

#fdbcaf #affdbc #bcaffd

Analogous Colors of #fdbcaf

#fdbcaf #fde3af #fdafc9

Monochromatic Colors of #fdbcaf

#fdbcaf

Complementary Color

#fdbcaf #aff0fd

#fdbcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcaf Color CSS Codes

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

#fdbcaf Text Font Color

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

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


#fdbcaf Background Color

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

This div background color is #fdbcaf


#fdbcaf Border Color

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

This div border color is #fdbcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcaf

Related Colors


Comments

No comments written yet.

Please login to write comment.