Color Hex Logo

#fdbadb Color Hex

#FDBADB
(253,186,219)
0 Favorites   0 Comments

Color spaces of #fdbadb

RGB 253186219
HSL0.920.940.86
HSV330°26°99°
CMYK 0.000.260.13   0.01
XYZ70.853161.114975.0798
Yxy61.11490.34220.2952
Hunter Lab78.176024.9715-2.2186
CIE-Lab82.440529.0479-6.9674

#fdbadb color RGB value is (253,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11011011
Octal 375 272 333
Decimal 253 186 219
Hex FD BA DB

RGB Percentages of Color #fdbadb

%38.45
%28.27
%33.28

CMYK Percentages of Color #fdbadb

%0
%26
%13
%1

Triadic Colors of #fdbadb

#fdbadb #dbfdba #badbfd

Analogous Colors of #fdbadb

#fdbadb #fdbbba #fdbafd

Monochromatic Colors of #fdbadb

#fdbadb

Complementary Color

#fdbadb #bafddc

#fdbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbadb Color CSS Codes

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

#fdbadb Text Font Color

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

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


#fdbadb Background Color

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

This div background color is #fdbadb


#fdbadb Border Color

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

This div border color is #fdbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbadb

Related Colors


Comments

No comments written yet.

Please login to write comment.