Color Hex Logo

#fdbcc4 Color Hex

#FDBCC4
(253,188,196)
0 Favorites   0 Comments

Color spaces of #fdbcc4

RGB 253188196
HSL0.980.940.86
HSV353°26°99°
CMYK 0.000.260.23   0.01
XYZ68.455060.834660.3588
Yxy60.83460.36100.3208
Hunter Lab77.996520.16968.7151
CIE-Lab82.289724.52405.1704

#fdbcc4 color RGB value is (253,188,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 11000100
Octal 375 274 304
Decimal 253 188 196
Hex FD BC C4

RGB Percentages of Color #fdbcc4

%39.72
%29.51
%30.77

CMYK Percentages of Color #fdbcc4

%0
%26
%23
%1

Triadic Colors of #fdbcc4

#fdbcc4 #c4fdbc #bcc4fd

Analogous Colors of #fdbcc4

#fdbcc4 #fdd5bc #fdbce5

Monochromatic Colors of #fdbcc4

#fdbcc4

Complementary Color

#fdbcc4 #bcfdf5

#fdbcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcc4 Color CSS Codes

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

#fdbcc4 Text Font Color

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

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


#fdbcc4 Background Color

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

This div background color is #fdbcc4


#fdbcc4 Border Color

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

This div border color is #fdbcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcc4


Comments

No comments written yet.

Please login to write comment.