Color Hex Logo

#fcbbde Color Hex

#FCBBDE
(252,187,222)
0 Favorites   0 Comments

Color spaces of #fcbbde

RGB 252187222
HSL0.910.920.86
HSV328°26°99°
CMYK 0.000.260.12   0.01
XYZ71.100061.510077.2325
Yxy61.51000.33880.2931
Hunter Lab78.428324.5715-3.4862
CIE-Lab82.652228.6615-8.2752

#fcbbde color RGB value is (252,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11011110
Octal 374 273 336
Decimal 252 187 222
Hex FC BB DE

RGB Percentages of Color #fcbbde

%38.12
%28.29
%33.59

CMYK Percentages of Color #fcbbde

%0
%26
%12
%1

Triadic Colors of #fcbbde

#fcbbde #defcbb #bbdefc

Analogous Colors of #fcbbde

#fcbbde #fcbbbe #fabbfc

Monochromatic Colors of #fcbbde

#fcbbde

Complementary Color

#fcbbde #bbfcd9

#fcbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbde Color CSS Codes

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

#fcbbde Text Font Color

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

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


#fcbbde Background Color

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

This div background color is #fcbbde


#fcbbde Border Color

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

This div border color is #fcbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbde

Related Colors


Comments

No comments written yet.

Please login to write comment.