Color Hex Logo

#fbc4cb Color Hex

#FBC4CB
(251,196,203)
0 Favorites   0 Comments

Color spaces of #fbc4cb

RGB 251196203
HSL0.980.870.88
HSV352°22°98°
CMYK 0.000.220.19   0.02
XYZ70.303164.300965.2059
Yxy64.30090.35180.3218
Hunter Lab80.187816.16767.9190
CIE-Lab84.122220.62304.0446

#fbc4cb color RGB value is (251,196,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 11001011
Octal 373 304 313
Decimal 251 196 203
Hex FB C4 CB

RGB Percentages of Color #fbc4cb

%38.62
%30.15
%31.23

CMYK Percentages of Color #fbc4cb

%0
%22
%19
%2

Triadic Colors of #fbc4cb

#fbc4cb #cbfbc4 #c4cbfb

Analogous Colors of #fbc4cb

#fbc4cb #fbd9c4 #fbc4e7

Monochromatic Colors of #fbc4cb

#fbc4cb

Complementary Color

#fbc4cb #c4fbf4

#fbc4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc4cb Color CSS Codes

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

#fbc4cb Text Font Color

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

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


#fbc4cb Background Color

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

This div background color is #fbc4cb


#fbc4cb Border Color

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

This div border color is #fbc4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc4cb


Comments

No comments written yet.

Please login to write comment.