Color Hex Logo

#fdaebb Color Hex

#FDAEBB
(253,174,187)
0 Favorites   0 Comments

Color spaces of #fdaebb

RGB 253174187
HSL0.970.950.84
HSV350°31°99°
CMYK 0.000.310.26   0.01
XYZ64.613754.742654.1746
Yxy54.74260.37230.3155
Hunter Lab73.988226.40418.3793
CIE-Lab78.892830.62105.1280

#fdaebb color RGB value is (253,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 10111011
Octal 375 256 273
Decimal 253 174 187
Hex FD AE BB

RGB Percentages of Color #fdaebb

%41.21
%28.34
%30.46

CMYK Percentages of Color #fdaebb

%0
%31
%26
%1

Triadic Colors of #fdaebb

#fdaebb #bbfdae #aebbfd

Analogous Colors of #fdaebb

#fdaebb #fdc9ae #fdaee3

Monochromatic Colors of #fdaebb

#fdaebb

Complementary Color

#fdaebb #aefdf0

#fdaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaebb Color CSS Codes

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

#fdaebb Text Font Color

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

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


#fdaebb Background Color

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

This div background color is #fdaebb


#fdaebb Border Color

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

This div border color is #fdaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaebb


Comments

No comments written yet.

Please login to write comment.