Color Hex Logo

#fdabe0 Color Hex

#FDABE0
(253,171,224)
0 Favorites   0 Comments

Color spaces of #fdabe0

RGB 253171224
HSL0.890.950.83
HSV321°32°99°
CMYK 0.000.320.11   0.01
XYZ68.525555.390377.6007
Yxy55.39030.34000.2749
Hunter Lab74.424734.1083-9.7229
CIE-Lab79.265637.7131-14.3972

#fdabe0 color RGB value is (253,171,224).

#fdabe0 hex color red value is 253, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #fdabe0 hue: 0.89 , saturation: 0.95 and the lightness value of fdabe0 is 0.83.

The process color (four color CMYK) of #fdabe0 color hex is 0.00, 0.32, 0.11, 0.01. Web safe color of #fdabe0 is #ff99cc. Color #fdabe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 11100000
Octal 375 253 340
Decimal 253 171 224
Hex FD AB E0

RGB Percentages of Color #fdabe0

%39.04
%26.39
%34.57

CMYK Percentages of Color #fdabe0

%0
%32
%11
%1

Triadic Colors of #fdabe0

#fdabe0 #e0fdab #abe0fd

Analogous Colors of #fdabe0

#fdabe0 #fdabb7 #f1abfd

Monochromatic Colors of #fdabe0

#fdabe0

Complementary Color

#fdabe0 #abfdc8

#fdabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabe0 Color CSS Codes

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

#fdabe0 Text Font Color

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

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


#fdabe0 Background Color

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

This div background color is #fdabe0


#fdabe0 Border Color

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

This div border color is #fdabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabe0

Related Colors


Comments

No comments written yet.

Please login to write comment.