Color Hex Logo

#fdb7df Color Hex

#FDB7DF
(253,183,223)
0 Favorites   0 Comments

Color spaces of #fdb7df

RGB 253183223
HSL0.900.950.85
HSV326°28°99°
CMYK 0.000.280.12   0.01
XYZ70.760860.077377.6786
Yxy60.07730.33940.2881
Hunter Lab77.509527.3163-5.1626
CIE-Lab81.880231.2660-9.9490

#fdb7df color RGB value is (253,183,223).

#fdb7df hex color red value is 253, green value is 183 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fdb7df hue: 0.90 , saturation: 0.95 and the lightness value of fdb7df is 0.85.

The process color (four color CMYK) of #fdb7df color hex is 0.00, 0.28, 0.12, 0.01. Web safe color of #fdb7df is #ffcccc. Color #fdb7df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 11011111
Octal 375 267 337
Decimal 253 183 223
Hex FD B7 DF

RGB Percentages of Color #fdb7df

%38.39
%27.77
%33.84

CMYK Percentages of Color #fdb7df

%0
%28
%12
%1

Triadic Colors of #fdb7df

#fdb7df #dffdb7 #b7dffd

Analogous Colors of #fdb7df

#fdb7df #fdb7bc #f8b7fd

Monochromatic Colors of #fdb7df

#fdb7df

Complementary Color

#fdb7df #b7fdd5

#fdb7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb7df Color CSS Codes

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

#fdb7df Text Font Color

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

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


#fdb7df Background Color

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

This div background color is #fdb7df


#fdb7df Border Color

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

This div border color is #fdb7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb7df

Related Colors


Comments

No comments written yet.

Please login to write comment.