Color Hex Logo

#fcdbbc Color Hex

#FCDBBC
(252,219,188)
0 Favorites   0 Comments

Color spaces of #fcdbbc

RGB 252219188
HSL0.080.910.86
HSV29°25°99°
CMYK 0.000.130.25   0.01
XYZ74.553574.989358.1219
Yxy74.98930.35900.3611
Hunter Lab86.59642.132620.8231
CIE-Lab89.38806.860719.4639

#fcdbbc color RGB value is (252,219,188).

#fcdbbc hex color red value is 252, green value is 219 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fcdbbc hue: 0.08 , saturation: 0.91 and the lightness value of fcdbbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10111100
Octal 374 333 274
Decimal 252 219 188
Hex FC DB BC

RGB Percentages of Color #fcdbbc

%38.24
%33.23
%28.53

CMYK Percentages of Color #fcdbbc

%0
%13
%25
%1

Triadic Colors of #fcdbbc

#fcdbbc #bcfcdb #dbbcfc

Analogous Colors of #fcdbbc

#fcdbbc #fcfbbc #fcbcbd

Monochromatic Colors of #fcdbbc

#fcdbbc

Complementary Color

#fcdbbc #bcddfc

#fcdbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbbc Color CSS Codes

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

#fcdbbc Text Font Color

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

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


#fcdbbc Background Color

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

This div background color is #fcdbbc


#fcdbbc Border Color

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

This div border color is #fcdbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbbc


Comments

No comments written yet.

Please login to write comment.