Color Hex Logo

#fcdbbb Color Hex

#FCDBBB
(252,219,187)
0 Favorites   0 Comments

Color spaces of #fcdbbb

RGB 252219187
HSL0.080.920.86
HSV30°26°99°
CMYK 0.000.130.26   0.01
XYZ74.446074.946357.5561
Yxy74.94630.35970.3621
Hunter Lab86.57151.998421.1818
CIE-Lab89.36786.725819.9574

#fcdbbb color RGB value is (252,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 10111011
Octal 374 333 273
Decimal 252 219 187
Hex FC DB BB

RGB Percentages of Color #fcdbbb

%38.30
%33.28
%28.42

CMYK Percentages of Color #fcdbbb

%0
%13
%26
%1

Triadic Colors of #fcdbbb

#fcdbbb #bbfcdb #dbbbfc

Analogous Colors of #fcdbbb

#fcdbbb #fcfcbb #fcbbbc

Monochromatic Colors of #fcdbbb

#fcdbbb

Complementary Color

#fcdbbb #bbdcfc

#fcdbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbbb Color CSS Codes

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

#fcdbbb Text Font Color

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

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


#fcdbbb Background Color

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

This div background color is #fcdbbb


#fcdbbb Border Color

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

This div border color is #fcdbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbbb

Related Colors


Comments

No comments written yet.

Please login to write comment.