Color Hex Logo

#fbc6eb Color Hex

#FBC6EB
(251,198,235)
0 Favorites   0 Comments

Color spaces of #fbc6eb

RGB 251198235
HSL0.880.870.88
HSV318°21°98°
CMYK 0.000.210.06   0.02
XYZ74.973166.895687.5579
Yxy66.89560.32680.2916
Hunter Lab81.789720.4912-6.2186
CIE-Lab85.451224.6930-11.0679

#fbc6eb color RGB value is (251,198,235).

#fbc6eb hex color red value is 251, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fbc6eb hue: 0.88 , saturation: 0.87 and the lightness value of fbc6eb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 11101011
Octal 373 306 353
Decimal 251 198 235
Hex FB C6 EB

RGB Percentages of Color #fbc6eb

%36.70
%28.95
%34.36

CMYK Percentages of Color #fbc6eb

%0
%21
%6
%2

Triadic Colors of #fbc6eb

#fbc6eb #ebfbc6 #c6ebfb

Analogous Colors of #fbc6eb

#fbc6eb #fbc6d1 #f1c6fb

Monochromatic Colors of #fbc6eb

#fbc6eb

Complementary Color

#fbc6eb #c6fbd6

#fbc6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc6eb Color CSS Codes

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

#fbc6eb Text Font Color

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

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


#fbc6eb Background Color

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

This div background color is #fbc6eb


#fbc6eb Border Color

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

This div border color is #fbc6eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,198,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 #fbc6eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc6eb


Comments

No comments written yet.

Please login to write comment.