Color Hex Logo

#ffbecd Color Hex

#FFBECD
(255,190,205)
0 Favorites   0 Comments

Color spaces of #ffbecd

RGB 255190205
HSL0.961.000.87
HSV346°25°100°
CMYK 0.000.250.20   0.00
XYZ70.672962.494766.0954
Yxy62.49470.35470.3136
Hunter Lab79.053621.23295.7661
CIE-Lab83.175825.49371.6498

#ffbecd color RGB value is (255,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11001101
Octal 377 276 315
Decimal 255 190 205
Hex FF BE CD

RGB Percentages of Color #ffbecd

%39.23
%29.23
%31.54

CMYK Percentages of Color #ffbecd

%0
%25
%20
%0

Triadic Colors of #ffbecd

#ffbecd #cdffbe #becdff

Analogous Colors of #ffbecd

#ffbecd #ffd0be #ffbeee

Monochromatic Colors of #ffbecd

#ffbecd

Complementary Color

#ffbecd #befff0

#ffbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbecd Color CSS Codes

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

#ffbecd Text Font Color

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

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


#ffbecd Background Color

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

This div background color is #ffbecd


#ffbecd Border Color

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

This div border color is #ffbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbecd


Comments

No comments written yet.

Please login to write comment.