Color Hex Logo

#fcbbdd Color Hex

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

Color spaces of #fcbbdd

RGB 252187221
HSL0.910.920.86
HSV329°26°99°
CMYK 0.000.260.12   0.01
XYZ70.966461.456676.5286
Yxy61.45660.33960.2941
Hunter Lab78.394324.3972-3.0030
CIE-Lab82.623628.5001-7.7809

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

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

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

Base Numbers

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

RGB Percentages of Color #fcbbdd

%38.18
%28.33
%33.48

CMYK Percentages of Color #fcbbdd

%0
%26
%12
%1

Triadic Colors of #fcbbdd

#fcbbdd #ddfcbb #bbddfc

Analogous Colors of #fcbbdd

#fcbbdd #fcbbbd #fbbbfc

Monochromatic Colors of #fcbbdd

#fcbbdd

Complementary Color

#fcbbdd #bbfcda

#fcbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbdd Color CSS Codes

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

#fcbbdd Text Font Color

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

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


#fcbbdd Background Color

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

This div background color is #fcbbdd


#fcbbdd Border Color

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

This div border color is #fcbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbdd


Comments

No comments written yet.

Please login to write comment.