Color Hex Logo

#fcbbeb Color Hex

#FCBBEB
(252,187,235)
0 Favorites   0 Comments

Color spaces of #fcbbeb

RGB 252187235
HSL0.880.920.86
HSV316°26°99°
CMYK 0.000.260.07   0.01
XYZ72.910662.234386.7669
Yxy62.23430.32860.2804
Hunter Lab78.888726.9182-9.9889
CIE-Lab83.037930.8195-14.6671

#fcbbeb color RGB value is (252,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11101011
Octal 374 273 353
Decimal 252 187 235
Hex FC BB EB

RGB Percentages of Color #fcbbeb

%37.39
%27.74
%34.87

CMYK Percentages of Color #fcbbeb

%0
%26
%7
%1

Triadic Colors of #fcbbeb

#fcbbeb #ebfcbb #bbebfc

Analogous Colors of #fcbbeb

#fcbbeb #fcbbcb #edbbfc

Monochromatic Colors of #fcbbeb

#fcbbeb

Complementary Color

#fcbbeb #bbfccc

#fcbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbeb Color CSS Codes

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

#fcbbeb Text Font Color

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

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


#fcbbeb Background Color

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

This div background color is #fcbbeb


#fcbbeb Border Color

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

This div border color is #fcbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbeb


Comments

No comments written yet.

Please login to write comment.