Color Hex Logo

#fbcbec Color Hex

#FBCBEC
(251,203,236)
0 Favorites   0 Comments

Color spaces of #fbcbec

RGB 251203236
HSL0.890.860.89
HSV319°19°98°
CMYK 0.000.190.06   0.02
XYZ76.279969.277288.7083
Yxy69.27720.32560.2957
Hunter Lab83.232917.9310-4.9273
CIE-Lab86.641122.2327-9.8273

#fbcbec color RGB value is (251,203,236).

#fbcbec hex color red value is 251, green value is 203 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fbcbec hue: 0.89 , saturation: 0.86 and the lightness value of fbcbec is 0.89.

The process color (four color CMYK) of #fbcbec color hex is 0.00, 0.19, 0.06, 0.02. Web safe color of #fbcbec is #ffccff. Color #fbcbec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 11101100
Octal 373 313 354
Decimal 251 203 236
Hex FB CB EC

RGB Percentages of Color #fbcbec

%36.38
%29.42
%34.20

CMYK Percentages of Color #fbcbec

%0
%19
%6
%2

Triadic Colors of #fbcbec

#fbcbec #ecfbcb #cbecfb

Analogous Colors of #fbcbec

#fbcbec #fbcbd4 #f2cbfb

Monochromatic Colors of #fbcbec

#fbcbec

Complementary Color

#fbcbec #cbfbda

#fbcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbec Color CSS Codes

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

#fbcbec Text Font Color

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

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


#fbcbec Background Color

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

This div background color is #fbcbec


#fbcbec Border Color

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

This div border color is #fbcbec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,203,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbcbec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbcbec;
  -webkit-box-shadow: 1px 1px 3px 2px #fbcbec;
  box-shadow:         1px 1px 3px 2px #fbcbec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,203,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbec


Comments

No comments written yet.

Please login to write comment.