Color Hex Logo

#fdbae4 Color Hex

#FDBAE4
(253,186,228)
0 Favorites   0 Comments

Color spaces of #fdbae4

RGB 253186228
HSL0.900.940.86
HSV322°26°99°
CMYK 0.000.260.10   0.01
XYZ72.070561.601981.4906
Yxy61.60190.33500.2863
Hunter Lab78.486926.5554-6.6182
CIE-Lab82.701330.5057-11.4101

#fdbae4 color RGB value is (253,186,228).

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

The process color (four color CMYK) of #fdbae4 color hex is 0.00, 0.26, 0.10, 0.01. Web safe color of #fdbae4 is #ffcccc. Color #fdbae4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11100100
Octal 375 272 344
Decimal 253 186 228
Hex FD BA E4

RGB Percentages of Color #fdbae4

%37.93
%27.89
%34.18

CMYK Percentages of Color #fdbae4

%0
%26
%10
%1

Triadic Colors of #fdbae4

#fdbae4 #e4fdba #bae4fd

Analogous Colors of #fdbae4

#fdbae4 #fdbac3 #f5bafd

Monochromatic Colors of #fdbae4

#fdbae4

Complementary Color

#fdbae4 #bafdd3

#fdbae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbae4 Color CSS Codes

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

#fdbae4 Text Font Color

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

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


#fdbae4 Background Color

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

This div background color is #fdbae4


#fdbae4 Border Color

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

This div border color is #fdbae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbae4


Comments

No comments written yet.

Please login to write comment.