Color Hex Logo

#fbc3cb Color Hex

#FBC3CB
(251,195,203)
0 Favorites   0 Comments

Color spaces of #fbc3cb

RGB 251195203
HSL0.980.880.87
HSV351°22°98°
CMYK 0.000.220.19   0.02
XYZ70.078363.851265.1309
Yxy63.85120.35200.3208
Hunter Lab79.906916.70717.6085
CIE-Lab83.888221.14903.7059

#fbc3cb color RGB value is (251,195,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 11001011
Octal 373 303 313
Decimal 251 195 203
Hex FB C3 CB

RGB Percentages of Color #fbc3cb

%38.67
%30.05
%31.28

CMYK Percentages of Color #fbc3cb

%0
%22
%19
%2

Triadic Colors of #fbc3cb

#fbc3cb #cbfbc3 #c3cbfb

Analogous Colors of #fbc3cb

#fbc3cb #fbd7c3 #fbc3e7

Monochromatic Colors of #fbc3cb

#fbc3cb

Complementary Color

#fbc3cb #c3fbf3

#fbc3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc3cb Color CSS Codes

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

#fbc3cb Text Font Color

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

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


#fbc3cb Background Color

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

This div background color is #fbc3cb


#fbc3cb Border Color

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

This div border color is #fbc3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc3cb

Related Colors


Comments

No comments written yet.

Please login to write comment.