Color Hex Logo

#fcbbee Color Hex

#FCBBEE
(252,187,238)
0 Favorites   0 Comments

Color spaces of #fcbbee

RGB 252187238
HSL0.870.920.86
HSV313°26°99°
CMYK 0.000.260.06   0.01
XYZ73.347862.409189.0692
Yxy62.40910.32620.2776
Hunter Lab78.999427.4811-11.5479
CIE-Lab83.130531.3333-16.1331

#fcbbee color RGB value is (252,187,238).

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

The process color (four color CMYK) of #fcbbee color hex is 0.00, 0.26, 0.06, 0.01. Web safe color of #fcbbee is #ffccff. Color #fcbbee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11101110
Octal 374 273 356
Decimal 252 187 238
Hex FC BB EE

RGB Percentages of Color #fcbbee

%37.22
%27.62
%35.16

CMYK Percentages of Color #fcbbee

%0
%26
%6
%1

Triadic Colors of #fcbbee

#fcbbee #eefcbb #bbeefc

Analogous Colors of #fcbbee

#fcbbee #fcbbce #eabbfc

Monochromatic Colors of #fcbbee

#fcbbee

Complementary Color

#fcbbee #bbfcc9

#fcbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbee Color CSS Codes

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

#fcbbee Text Font Color

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

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


#fcbbee Background Color

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

This div background color is #fcbbee


#fcbbee Border Color

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

This div border color is #fcbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbee


Comments

No comments written yet.

Please login to write comment.