Color Hex Logo

#fdb3cb Color Hex

#FDB3CB
(253,179,203)
0 Favorites   0 Comments

Color spaces of #fdb3cb

RGB 253179203
HSL0.950.950.85
HSV341°29°99°
CMYK 0.000.290.20   0.01
XYZ67.407657.434664.0331
Yxy57.43460.35690.3041
Hunter Lab75.785626.14222.9544
CIE-Lab80.423430.2709-1.3157

#fdb3cb color RGB value is (253,179,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 11001011
Octal 375 263 313
Decimal 253 179 203
Hex FD B3 CB

RGB Percentages of Color #fdb3cb

%39.84
%28.19
%31.97

CMYK Percentages of Color #fdb3cb

%0
%29
%20
%1

Triadic Colors of #fdb3cb

#fdb3cb #cbfdb3 #b3cbfd

Analogous Colors of #fdb3cb

#fdb3cb #fdc0b3 #fdb3f0

Monochromatic Colors of #fdb3cb

#fdb3cb

Complementary Color

#fdb3cb #b3fde5

#fdb3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb3cb Color CSS Codes

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

#fdb3cb Text Font Color

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

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


#fdb3cb Background Color

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

This div background color is #fdb3cb


#fdb3cb Border Color

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

This div border color is #fdb3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb3cb

Related Colors


Comments

No comments written yet.

Please login to write comment.