Color Hex Logo

#fcddbb Color Hex

#FCDDBB
(252,221,187)
0 Favorites   0 Comments

Color spaces of #fcddbb

RGB 252221187
HSL0.090.920.86
HSV31°26°99°
CMYK 0.000.120.26   0.01
XYZ74.971075.996257.7310
Yxy75.99620.35920.3641
Hunter Lab87.17580.952021.7591
CIE-Lab89.85765.695720.6381

#fcddbb color RGB value is (252,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 10111011
Octal 374 335 273
Decimal 252 221 187
Hex FC DD BB

RGB Percentages of Color #fcddbb

%38.18
%33.48
%28.33

CMYK Percentages of Color #fcddbb

%0
%12
%26
%1

Triadic Colors of #fcddbb

#fcddbb #bbfcdd #ddbbfc

Analogous Colors of #fcddbb

#fcddbb #fbfcbb #fcbdbb

Monochromatic Colors of #fcddbb

#fcddbb

Complementary Color

#fcddbb #bbdafc

#fcddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddbb Color CSS Codes

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

#fcddbb Text Font Color

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

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


#fcddbb Background Color

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

This div background color is #fcddbb


#fcddbb Border Color

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

This div border color is #fcddbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,221,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 #fcddbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddbb

Related Colors


Comments

No comments written yet.

Please login to write comment.