Color Hex Logo

#ffc2bb Color Hex

#FFC2BB
(255,194,187)
0 Favorites   0 Comments

Color spaces of #ffc2bb

RGB 255194187
HSL0.021.000.87
HSV27°100°
CMYK 0.000.240.27   0.00
XYZ69.501463.431455.5941
Yxy63.43140.36870.3365
Hunter Lab79.643816.391814.3642
CIE-Lab83.668820.851711.9903

#ffc2bb color RGB value is (255,194,187).

#ffc2bb hex color red value is 255, green value is 194 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ffc2bb hue: 0.02 , saturation: 1.00 and the lightness value of ffc2bb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 10111011
Octal 377 302 273
Decimal 255 194 187
Hex FF C2 BB

RGB Percentages of Color #ffc2bb

%40.09
%30.50
%29.40

CMYK Percentages of Color #ffc2bb

%0
%24
%27
%0

Triadic Colors of #ffc2bb

#ffc2bb #bbffc2 #c2bbff

Analogous Colors of #ffc2bb

#ffc2bb #ffe4bb #ffbbd6

Monochromatic Colors of #ffc2bb

#ffc2bb

Complementary Color

#ffc2bb #bbf8ff

#ffc2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc2bb Color CSS Codes

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

#ffc2bb Text Font Color

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

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


#ffc2bb Background Color

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

This div background color is #ffc2bb


#ffc2bb Border Color

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

This div border color is #ffc2bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,194,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc2bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc2bb;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc2bb;
  box-shadow:         1px 1px 3px 2px #ffc2bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,194,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc2bb

Related Colors


Comments

No comments written yet.

Please login to write comment.