Color Hex Logo

#fdb3df Color Hex

#FDB3DF
(253,179,223)
0 Favorites   0 Comments

Color spaces of #fdb3df

RGB 253179223
HSL0.900.950.85
HSV324°29°99°
CMYK 0.000.290.12   0.01
XYZ69.947458.450677.4075
Yxy58.45060.33990.2840
Hunter Lab76.453029.5182-6.5131
CIE-Lab80.988733.3657-11.2779

#fdb3df color RGB value is (253,179,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 11011111
Octal 375 263 337
Decimal 253 179 223
Hex FD B3 DF

RGB Percentages of Color #fdb3df

%38.63
%27.33
%34.05

CMYK Percentages of Color #fdb3df

%0
%29
%12
%1

Triadic Colors of #fdb3df

#fdb3df #dffdb3 #b3dffd

Analogous Colors of #fdb3df

#fdb3df #fdb3ba #f6b3fd

Monochromatic Colors of #fdb3df

#fdb3df

Complementary Color

#fdb3df #b3fdd1

#fdb3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb3df Color CSS Codes

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

#fdb3df Text Font Color

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

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


#fdb3df Background Color

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

This div background color is #fdb3df


#fdb3df Border Color

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

This div border color is #fdb3df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,179,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 #fdb3df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb3df


Comments

No comments written yet.

Please login to write comment.