Color Hex Logo

#fdbbc3 Color Hex

#FDBBC3
(253,187,195)
0 Favorites   0 Comments

Color spaces of #fdbbc3

RGB 253187195
HSL0.980.940.86
HSV353°26°99°
CMYK 0.000.260.23   0.01
XYZ68.128760.363459.6903
Yxy60.36340.36200.3208
Hunter Lab77.693920.55998.8347
CIE-Lab82.035324.90745.3405

#fdbbc3 color RGB value is (253,187,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11000011
Octal 375 273 303
Decimal 253 187 195
Hex FD BB C3

RGB Percentages of Color #fdbbc3

%39.84
%29.45
%30.71

CMYK Percentages of Color #fdbbc3

%0
%26
%23
%1

Triadic Colors of #fdbbc3

#fdbbc3 #c3fdbb #bbc3fd

Analogous Colors of #fdbbc3

#fdbbc3 #fdd4bb #fdbbe4

Monochromatic Colors of #fdbbc3

#fdbbc3

Complementary Color

#fdbbc3 #bbfdf5

#fdbbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbc3 Color CSS Codes

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

#fdbbc3 Text Font Color

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

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


#fdbbc3 Background Color

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

This div background color is #fdbbc3


#fdbbc3 Border Color

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

This div border color is #fdbbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbc3


Comments

No comments written yet.

Please login to write comment.