Color Hex Logo

#fdbaea Color Hex

#FDBAEA
(253,186,234)
0 Favorites   0 Comments

Color spaces of #fdbaea

RGB 253186234
HSL0.880.940.86
HSV317°26°99°
CMYK 0.000.260.08   0.01
XYZ72.918261.941085.9545
Yxy61.94100.33020.2805
Hunter Lab78.702627.6512-9.6613
CIE-Lab82.882031.5071-14.3552

#fdbaea color RGB value is (253,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11101010
Octal 375 272 352
Decimal 253 186 234
Hex FD BA EA

RGB Percentages of Color #fdbaea

%37.59
%27.64
%34.77

CMYK Percentages of Color #fdbaea

%0
%26
%8
%1

Triadic Colors of #fdbaea

#fdbaea #eafdba #baeafd

Analogous Colors of #fdbaea

#fdbaea #fdbac9 #efbafd

Monochromatic Colors of #fdbaea

#fdbaea

Complementary Color

#fdbaea #bafdcd

#fdbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbaea Color CSS Codes

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

#fdbaea Text Font Color

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

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


#fdbaea Background Color

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

This div background color is #fdbaea


#fdbaea Border Color

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

This div border color is #fdbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbaea

Related Colors


Comments

No comments written yet.

Please login to write comment.