Color Hex Logo

#fbb6c7 Color Hex

#FBB6C7
(251,182,199)
0 Favorites   0 Comments

Color spaces of #fbb6c7

RGB 251182199
HSL0.960.900.85
HSV345°27°98°
CMYK 0.000.270.21   0.02
XYZ66.820458.088661.7232
Yxy58.08860.35800.3112
Hunter Lab76.215923.11775.3353
CIE-Lab80.788027.40081.3525

#fbb6c7 color RGB value is (251,182,199).

#fbb6c7 hex color red value is 251, green value is 182 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #fbb6c7 hue: 0.96 , saturation: 0.90 and the lightness value of fbb6c7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110110 11000111
Octal 373 266 307
Decimal 251 182 199
Hex FB B6 C7

RGB Percentages of Color #fbb6c7

%39.72
%28.80
%31.49

CMYK Percentages of Color #fbb6c7

%0
%27
%21
%2

Triadic Colors of #fbb6c7

#fbb6c7 #c7fbb6 #b6c7fb

Analogous Colors of #fbb6c7

#fbb6c7 #fbc8b6 #fbb6ea

Monochromatic Colors of #fbb6c7

#fbb6c7

Complementary Color

#fbb6c7 #b6fbea

#fbb6c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb6c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb6c7 Color CSS Codes

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

#fbb6c7 Text Font Color

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

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


#fbb6c7 Background Color

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

This div background color is #fbb6c7


#fbb6c7 Border Color

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

This div border color is #fbb6c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb6c7


Comments

No comments written yet.

Please login to write comment.