Color Hex Logo

#ffbdcb Color Hex

#FFBDCB
(255,189,203)
0 Favorites   0 Comments

Color spaces of #ffbdcb

RGB 255189203
HSL0.961.000.87
HSV347°26°100°
CMYK 0.000.260.20   0.00
XYZ70.217161.967064.7599
Yxy61.96700.35650.3146
Hunter Lab78.719121.46276.3272
CIE-Lab82.895925.72442.3155

#ffbdcb color RGB value is (255,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 11001011
Octal 377 275 313
Decimal 255 189 203
Hex FF BD CB

RGB Percentages of Color #ffbdcb

%39.41
%29.21
%31.38

CMYK Percentages of Color #ffbdcb

%0
%26
%20
%0

Triadic Colors of #ffbdcb

#ffbdcb #cbffbd #bdcbff

Analogous Colors of #ffbdcb

#ffbdcb #ffd0bd #ffbdec

Monochromatic Colors of #ffbdcb

#ffbdcb

Complementary Color

#ffbdcb #bdfff1

#ffbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbdcb Color CSS Codes

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

#ffbdcb Text Font Color

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

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


#ffbdcb Background Color

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

This div background color is #ffbdcb


#ffbdcb Border Color

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

This div border color is #ffbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbdcb

Related Colors

#ffbdcb Color Palettes


Comments

No comments written yet.

Please login to write comment.