Color Hex Logo

#fbc4bc Color Hex

#FBC4BC
(251,196,188)
0 Favorites   0 Comments

Color spaces of #fbc4bc

RGB 251196188
HSL0.020.890.86
HSV25°98°
CMYK 0.000.220.25   0.02
XYZ68.600763.619956.2412
Yxy63.61990.36400.3376
Hunter Lab79.762113.938214.0274
CIE-Lab83.767518.472211.5425

#fbc4bc color RGB value is (251,196,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 10111100
Octal 373 304 274
Decimal 251 196 188
Hex FB C4 BC

RGB Percentages of Color #fbc4bc

%39.53
%30.87
%29.61

CMYK Percentages of Color #fbc4bc

%0
%22
%25
%2

Triadic Colors of #fbc4bc

#fbc4bc #bcfbc4 #c4bcfb

Analogous Colors of #fbc4bc

#fbc4bc #fbe4bc #fbbcd4

Monochromatic Colors of #fbc4bc

#fbc4bc

Complementary Color

#fbc4bc #bcf3fb

#fbc4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc4bc Color CSS Codes

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

#fbc4bc Text Font Color

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

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


#fbc4bc Background Color

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

This div background color is #fbc4bc


#fbc4bc Border Color

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

This div border color is #fbc4bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc4bc


Comments

No comments written yet.

Please login to write comment.