Color Hex Logo

#fdbbc9 Color Hex

#FDBBC9
(253,187,201)
0 Favorites   0 Comments

Color spaces of #fdbbc9

RGB 253187201
HSL0.960.940.86
HSV347°26°99°
CMYK 0.000.260.21   0.01
XYZ68.821060.640363.3358
Yxy60.64030.35700.3145
Hunter Lab77.871921.47756.2878
CIE-Lab82.185025.77282.3319

#fdbbc9 color RGB value is (253,187,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11001001
Octal 375 273 311
Decimal 253 187 201
Hex FD BB C9

RGB Percentages of Color #fdbbc9

%39.47
%29.17
%31.36

CMYK Percentages of Color #fdbbc9

%0
%26
%21
%1

Triadic Colors of #fdbbc9

#fdbbc9 #c9fdbb #bbc9fd

Analogous Colors of #fdbbc9

#fdbbc9 #fdcebb #fdbbea

Monochromatic Colors of #fdbbc9

#fdbbc9

Complementary Color

#fdbbc9 #bbfdef

#fdbbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbc9 Color CSS Codes

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

#fdbbc9 Text Font Color

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

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


#fdbbc9 Background Color

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

This div background color is #fdbbc9


#fdbbc9 Border Color

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

This div border color is #fdbbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbc9

Related Colors


Comments

No comments written yet.

Please login to write comment.