Color Hex Logo

#fdbdc2 Color Hex

#FDBDC2
(253,189,194)
0 Favorites   0 Comments

Color spaces of #fdbdc2

RGB 253189194
HSL0.990.940.87
HSV355°25°99°
CMYK 0.000.250.23   0.01
XYZ68.443261.172959.2391
Yxy61.17290.36240.3239
Hunter Lab78.213119.32999.8426
CIE-Lab82.471623.71436.5062

#fdbdc2 color RGB value is (253,189,194).

#fdbdc2 hex color red value is 253, green value is 189 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #fdbdc2 hue: 0.99 , saturation: 0.94 and the lightness value of fdbdc2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 11000010
Octal 375 275 302
Decimal 253 189 194
Hex FD BD C2

RGB Percentages of Color #fdbdc2

%39.78
%29.72
%30.50

CMYK Percentages of Color #fdbdc2

%0
%25
%23
%1

Triadic Colors of #fdbdc2

#fdbdc2 #c2fdbd #bdc2fd

Analogous Colors of #fdbdc2

#fdbdc2 #fdd8bd #fdbde2

Monochromatic Colors of #fdbdc2

#fdbdc2

Complementary Color

#fdbdc2 #bdfdf8

#fdbdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdc2 Color CSS Codes

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

#fdbdc2 Text Font Color

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

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


#fdbdc2 Background Color

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

This div background color is #fdbdc2


#fdbdc2 Border Color

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

This div border color is #fdbdc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdc2


Comments

No comments written yet.

Please login to write comment.