Color Hex Logo

#fdcbb6 Color Hex

#FDCBB6
(253,203,182)
0 Favorites   0 Comments

Color spaces of #fdcbb6

RGB 253203182
HSL0.050.950.85
HSV18°28°99°
CMYK 0.000.200.28   0.01
XYZ70.307466.971953.4772
Yxy66.97190.36860.3511
Hunter Lab81.836410.139618.5415
CIE-Lab85.489814.737617.1850

#fdcbb6 color RGB value is (253,203,182).

#fdcbb6 hex color red value is 253, green value is 203 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #fdcbb6 hue: 0.05 , saturation: 0.95 and the lightness value of fdcbb6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 10110110
Octal 375 313 266
Decimal 253 203 182
Hex FD CB B6

RGB Percentages of Color #fdcbb6

%39.66
%31.82
%28.53

CMYK Percentages of Color #fdcbb6

%0
%20
%28
%1

Triadic Colors of #fdcbb6

#fdcbb6 #b6fdcb #cbb6fd

Analogous Colors of #fdcbb6

#fdcbb6 #fdefb6 #fdb6c5

Monochromatic Colors of #fdcbb6

#fdcbb6

Complementary Color

#fdcbb6 #b6e8fd

#fdcbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcbb6 Color CSS Codes

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

#fdcbb6 Text Font Color

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

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


#fdcbb6 Background Color

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

This div background color is #fdcbb6


#fdcbb6 Border Color

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

This div border color is #fdcbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcbb6


Comments

No comments written yet.

Please login to write comment.