Color Hex Logo

#fdabee Color Hex

#FDABEE
(253,171,238)
0 Favorites   0 Comments

Color spaces of #fdabee

RGB 253171238
HSL0.860.950.83
HSV311°32°99°
CMYK 0.000.320.06   0.01
XYZ70.503556.181588.0171
Yxy56.18150.32840.2617
Hunter Lab74.954336.7305-17.1548
CIE-Lab79.717040.0401-21.2790

#fdabee color RGB value is (253,171,238).

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

The process color (four color CMYK) of #fdabee color hex is 0.00, 0.32, 0.06, 0.01. Web safe color of #fdabee is #ff99ff. Color #fdabee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 11101110
Octal 375 253 356
Decimal 253 171 238
Hex FD AB EE

RGB Percentages of Color #fdabee

%38.22
%25.83
%35.95

CMYK Percentages of Color #fdabee

%0
%32
%6
%1

Triadic Colors of #fdabee

#fdabee #eefdab #abeefd

Analogous Colors of #fdabee

#fdabee #fdabc5 #e3abfd

Monochromatic Colors of #fdabee

#fdabee

Complementary Color

#fdabee #abfdba

#fdabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabee Color CSS Codes

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

#fdabee Text Font Color

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

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


#fdabee Background Color

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

This div background color is #fdabee


#fdabee Border Color

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

This div border color is #fdabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabee

Related Colors


Comments

No comments written yet.

Please login to write comment.