Color Hex Logo

#fdcbc6 Color Hex

#FDCBC6
(253,203,198)
0 Favorites   0 Comments

Color spaces of #fdcbc6

RGB 253203198
HSL0.020.930.88
HSV22°99°
CMYK 0.000.200.22   0.01
XYZ72.057067.671762.6902
Yxy67.67170.35600.3343
Hunter Lab82.262812.394812.4007
CIE-Lab85.842016.93949.2063

#fdcbc6 color RGB value is (253,203,198).

#fdcbc6 hex color red value is 253, green value is 203 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fdcbc6 hue: 0.02 , saturation: 0.93 and the lightness value of fdcbc6 is 0.88.

The process color (four color CMYK) of #fdcbc6 color hex is 0.00, 0.20, 0.22, 0.01. Web safe color of #fdcbc6 is #ffcccc. Color #fdcbc6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 11000110
Octal 375 313 306
Decimal 253 203 198
Hex FD CB C6

RGB Percentages of Color #fdcbc6

%38.69
%31.04
%30.28

CMYK Percentages of Color #fdcbc6

%0
%20
%22
%1

Triadic Colors of #fdcbc6

#fdcbc6 #c6fdcb #cbc6fd

Analogous Colors of #fdcbc6

#fdcbc6 #fde7c6 #fdc6dd

Monochromatic Colors of #fdcbc6

#fdcbc6

Complementary Color

#fdcbc6 #c6f8fd

#fdcbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbc6 Color CSS Codes

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

#fdcbc6 Text Font Color

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

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


#fdcbc6 Background Color

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

This div background color is #fdcbc6


#fdcbc6 Border Color

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

This div border color is #fdcbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbc6


Comments

No comments written yet.

Please login to write comment.