Color Hex Logo

#fdbeaf Color Hex

#FDBEAF
(253,190,175)
0 Favorites   0 Comments

Color spaces of #fdbeaf

RGB 253190175
HSL0.030.950.84
HSV12°31°99°
CMYK 0.000.250.31   0.01
XYZ66.659360.804748.7806
Yxy60.80470.37820.3450
Hunter Lab77.977416.131117.4939
CIE-Lab82.273620.639716.4018

#fdbeaf color RGB value is (253,190,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 10101111
Octal 375 276 257
Decimal 253 190 175
Hex FD BE AF

RGB Percentages of Color #fdbeaf

%40.94
%30.74
%28.32

CMYK Percentages of Color #fdbeaf

%0
%25
%31
%1

Triadic Colors of #fdbeaf

#fdbeaf #affdbe #beaffd

Analogous Colors of #fdbeaf

#fdbeaf #fde5af #fdafc7

Monochromatic Colors of #fdbeaf

#fdbeaf

Complementary Color

#fdbeaf #afeefd

#fdbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbeaf Color CSS Codes

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

#fdbeaf Text Font Color

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

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


#fdbeaf Background Color

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

This div background color is #fdbeaf


#fdbeaf Border Color

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

This div border color is #fdbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.