Color Hex Logo

#fdbbcd Color Hex

#FDBBCD
(253,187,205)
0 Favorites   0 Comments

Color spaces of #fdbbcd

RGB 253187205
HSL0.950.940.86
HSV344°26°99°
CMYK 0.000.260.19   0.01
XYZ69.297860.831165.8468
Yxy60.83110.35360.3104
Hunter Lab77.994322.10694.5403
CIE-Lab82.287926.36390.3315

#fdbbcd color RGB value is (253,187,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11001101
Octal 375 273 315
Decimal 253 187 205
Hex FD BB CD

RGB Percentages of Color #fdbbcd

%39.22
%28.99
%31.78

CMYK Percentages of Color #fdbbcd

%0
%26
%19
%1

Triadic Colors of #fdbbcd

#fdbbcd #cdfdbb #bbcdfd

Analogous Colors of #fdbbcd

#fdbbcd #fdcabb #fdbbee

Monochromatic Colors of #fdbbcd

#fdbbcd

Complementary Color

#fdbbcd #bbfdeb

#fdbbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbcd Color CSS Codes

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

#fdbbcd Text Font Color

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

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


#fdbbcd Background Color

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

This div background color is #fdbbcd


#fdbbcd Border Color

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

This div border color is #fdbbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbcd


Comments

No comments written yet.

Please login to write comment.