Color Hex Logo

#fdbaee Color Hex

#FDBAEE
(253,186,238)
0 Favorites   0 Comments

Color spaces of #fdbaee

RGB 253186238
HSL0.870.940.86
HSV313°26°99°
CMYK 0.000.260.06   0.01
XYZ73.499562.173589.0158
Yxy62.17350.32710.2767
Hunter Lab78.850228.3994-11.7387
CIE-Lab83.005632.1876-16.3111

#fdbaee color RGB value is (253,186,238).

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

The process color (four color CMYK) of #fdbaee color hex is 0.00, 0.26, 0.06, 0.01. Web safe color of #fdbaee is #ffccff. Color #fdbaee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11101110
Octal 375 272 356
Decimal 253 186 238
Hex FD BA EE

RGB Percentages of Color #fdbaee

%37.37
%27.47
%35.16

CMYK Percentages of Color #fdbaee

%0
%26
%6
%1

Triadic Colors of #fdbaee

#fdbaee #eefdba #baeefd

Analogous Colors of #fdbaee

#fdbaee #fdbacd #ebbafd

Monochromatic Colors of #fdbaee

#fdbaee

Complementary Color

#fdbaee #bafdc9

#fdbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbaee Color CSS Codes

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

#fdbaee Text Font Color

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

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


#fdbaee Background Color

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

This div background color is #fdbaee


#fdbaee Border Color

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

This div border color is #fdbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbaee

Related Colors


Comments

No comments written yet.

Please login to write comment.