Color Hex Logo

#fbc5ce Color Hex

#FBC5CE
(251,197,206)
0 Favorites   0 Comments

Color spaces of #fbc5ce

RGB 251197206
HSL0.970.870.88
HSV350°22°98°
CMYK 0.000.220.18   0.02
XYZ70.890564.898067.1827
Yxy64.89800.34930.3197
Hunter Lab80.559316.09756.9464
CIE-Lab84.431120.54722.8907

#fbc5ce color RGB value is (251,197,206).

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

The process color (four color CMYK) of #fbc5ce color hex is 0.00, 0.22, 0.18, 0.02. Web safe color of #fbc5ce is #ffcccc. Color #fbc5ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 11001110
Octal 373 305 316
Decimal 251 197 206
Hex FB C5 CE

RGB Percentages of Color #fbc5ce

%38.38
%30.12
%31.50

CMYK Percentages of Color #fbc5ce

%0
%22
%18
%2

Triadic Colors of #fbc5ce

#fbc5ce #cefbc5 #c5cefb

Analogous Colors of #fbc5ce

#fbc5ce #fbd7c5 #fbc5e9

Monochromatic Colors of #fbc5ce

#fbc5ce

Complementary Color

#fbc5ce #c5fbf2

#fbc5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc5ce Color CSS Codes

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

#fbc5ce Text Font Color

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

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


#fbc5ce Background Color

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

This div background color is #fbc5ce


#fbc5ce Border Color

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

This div border color is #fbc5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc5ce

Related Colors


Comments

No comments written yet.

Please login to write comment.