Color Hex Logo

#fccdb3 Color Hex

#FCCDB3
(252,205,179)
0 Favorites   0 Comments

Color spaces of #fccdb3

RGB 252205179
HSL0.060.920.85
HSV21°29°99°
CMYK 0.000.190.29   0.01
XYZ70.112967.612852.0030
Yxy67.61280.36950.3564
Hunter Lab82.22708.305220.0620
CIE-Lab85.812512.929219.2050

#fccdb3 color RGB value is (252,205,179).

#fccdb3 hex color red value is 252, green value is 205 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #fccdb3 hue: 0.06 , saturation: 0.92 and the lightness value of fccdb3 is 0.85.

The process color (four color CMYK) of #fccdb3 color hex is 0.00, 0.19, 0.29, 0.01. Web safe color of #fccdb3 is #ffcccc. Color #fccdb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 10110011
Octal 374 315 263
Decimal 252 205 179
Hex FC CD B3

RGB Percentages of Color #fccdb3

%39.62
%32.23
%28.14

CMYK Percentages of Color #fccdb3

%0
%19
%29
%1

Triadic Colors of #fccdb3

#fccdb3 #b3fccd #cdb3fc

Analogous Colors of #fccdb3

#fccdb3 #fcf2b3 #fcb3be

Monochromatic Colors of #fccdb3

#fccdb3

Complementary Color

#fccdb3 #b3e2fc

#fccdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdb3 Color CSS Codes

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

#fccdb3 Text Font Color

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

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


#fccdb3 Background Color

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

This div background color is #fccdb3


#fccdb3 Border Color

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

This div border color is #fccdb3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,205,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fccdb3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fccdb3;
  -webkit-box-shadow: 1px 1px 3px 2px #fccdb3;
  box-shadow:         1px 1px 3px 2px #fccdb3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,205,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdb3

Related Colors


Comments

No comments written yet.

Please login to write comment.