Color Hex Logo

#fdbaef Color Hex

#FDBAEF
(253,186,239)
0 Favorites   0 Comments

Color spaces of #fdbaef

RGB 253186239
HSL0.870.940.86
HSV313°26°99°
CMYK 0.000.260.06   0.01
XYZ73.646962.232589.7918
Yxy62.23250.32630.2758
Hunter Lab78.887628.5886-12.2640
CIE-Lab83.036932.3592-16.7989

#fdbaef color RGB value is (253,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11101111
Octal 375 272 357
Decimal 253 186 239
Hex FD BA EF

RGB Percentages of Color #fdbaef

%37.32
%27.43
%35.25

CMYK Percentages of Color #fdbaef

%0
%26
%6
%1

Triadic Colors of #fdbaef

#fdbaef #effdba #baeffd

Analogous Colors of #fdbaef

#fdbaef #fdbace #eabafd

Monochromatic Colors of #fdbaef

#fdbaef

Complementary Color

#fdbaef #bafdc8

#fdbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbaef Color CSS Codes

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

#fdbaef Text Font Color

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

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


#fdbaef Background Color

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

This div background color is #fdbaef


#fdbaef Border Color

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

This div border color is #fdbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbaef


Comments

No comments written yet.

Please login to write comment.