Color Hex Logo

#ffb6cb Color Hex

#FFB6CB
(255,182,203)
0 Favorites   0 Comments

Color spaces of #ffb6cb

RGB 255182203
HSL0.951.000.86
HSV343°29°100°
CMYK 0.000.290.20   0.00
XYZ68.747459.027764.2700
Yxy59.02770.35800.3074
Hunter Lab76.829525.27114.1829
CIE-Lab81.306829.39790.0010

#ffb6cb color RGB value is (255,182,203).

#ffb6cb hex color red value is 255, green value is 182 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ffb6cb hue: 0.95 , saturation: 1.00 and the lightness value of ffb6cb is 0.86.

The process color (four color CMYK) of #ffb6cb color hex is 0.00, 0.29, 0.20, 0.00. Web safe color of #ffb6cb is #ffcccc. Color #ffb6cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110110 11001011
Octal 377 266 313
Decimal 255 182 203
Hex FF B6 CB

RGB Percentages of Color #ffb6cb

%39.84
%28.44
%31.72

CMYK Percentages of Color #ffb6cb

%0
%29
%20
%0

Triadic Colors of #ffb6cb

#ffb6cb #cbffb6 #b6cbff

Analogous Colors of #ffb6cb

#ffb6cb #ffc6b6 #ffb6f0

Monochromatic Colors of #ffb6cb

#ffb6cb

Complementary Color

#ffb6cb #b6ffea

#ffb6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb6cb Color CSS Codes

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

#ffb6cb Text Font Color

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

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


#ffb6cb Background Color

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

This div background color is #ffb6cb


#ffb6cb Border Color

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

This div border color is #ffb6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb6cb

Related Colors


Comments

No comments written yet.

Please login to write comment.