Color Hex Logo

#fbc6cc Color Hex

#FBC6CC
(251,198,204)
0 Favorites   0 Comments

Color spaces of #fbc6cc

RGB 251198204
HSL0.980.870.88
HSV353°21°98°
CMYK 0.000.210.19   0.02
XYZ70.876865.257065.9870
Yxy65.25700.35070.3229
Hunter Lab80.781815.24528.1159
CIE-Lab84.616019.72124.2256

#fbc6cc color RGB value is (251,198,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 11001100
Octal 373 306 314
Decimal 251 198 204
Hex FB C6 CC

RGB Percentages of Color #fbc6cc

%38.44
%30.32
%31.24

CMYK Percentages of Color #fbc6cc

%0
%21
%19
%2

Triadic Colors of #fbc6cc

#fbc6cc #ccfbc6 #c6ccfb

Analogous Colors of #fbc6cc

#fbc6cc #fbdbc6 #fbc6e7

Monochromatic Colors of #fbc6cc

#fbc6cc

Complementary Color

#fbc6cc #c6fbf5

#fbc6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc6cc Color CSS Codes

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

#fbc6cc Text Font Color

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

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


#fbc6cc Background Color

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

This div background color is #fbc6cc


#fbc6cc Border Color

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

This div border color is #fbc6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc6cc


Comments

No comments written yet.

Please login to write comment.