Color Hex Logo

#fdbbdc Color Hex

#FDBBDC
(253,187,220)
0 Favorites   0 Comments

Color spaces of #fdbbdc

RGB 253187220
HSL0.920.940.86
HSV330°26°99°
CMYK 0.000.260.13   0.01
XYZ71.196661.590675.8459
Yxy61.59060.34130.2952
Hunter Lab78.479724.5954-2.3645
CIE-Lab82.695228.6813-7.1271

#fdbbdc color RGB value is (253,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11011100
Octal 375 273 334
Decimal 253 187 220
Hex FD BB DC

RGB Percentages of Color #fdbbdc

%38.33
%28.33
%33.33

CMYK Percentages of Color #fdbbdc

%0
%26
%13
%1

Triadic Colors of #fdbbdc

#fdbbdc #dcfdbb #bbdcfd

Analogous Colors of #fdbbdc

#fdbbdc #fdbbbb #fdbbfd

Monochromatic Colors of #fdbbdc

#fdbbdc

Complementary Color

#fdbbdc #bbfddc

#fdbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbdc Color CSS Codes

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

#fdbbdc Text Font Color

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

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


#fdbbdc Background Color

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

This div background color is #fdbbdc


#fdbbdc Border Color

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

This div border color is #fdbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbdc

Related Colors


Comments

No comments written yet.

Please login to write comment.