Color Hex Logo

#ffbedb Color Hex

#FFBEDB
(255,190,219)
0 Favorites   0 Comments

Color spaces of #ffbedb

RGB 255190219
HSL0.931.000.87
HSV333°25°100°
CMYK 0.000.250.14   0.00
XYZ72.439663.201475.3989
Yxy63.20140.34330.2995
Hunter Lab79.499323.5250-0.5824
CIE-Lab83.548227.6319-5.3074

#ffbedb color RGB value is (255,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11011011
Octal 377 276 333
Decimal 255 190 219
Hex FF BE DB

RGB Percentages of Color #ffbedb

%38.40
%28.61
%32.98

CMYK Percentages of Color #ffbedb

%0
%25
%14
%0

Triadic Colors of #ffbedb

#ffbedb #dbffbe #bedbff

Analogous Colors of #ffbedb

#ffbedb #ffc2be #ffbefc

Monochromatic Colors of #ffbedb

#ffbedb

Complementary Color

#ffbedb #beffe2

#ffbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbedb Color CSS Codes

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

#ffbedb Text Font Color

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

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


#ffbedb Background Color

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

This div background color is #ffbedb


#ffbedb Border Color

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

This div border color is #ffbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbedb


Comments

No comments written yet.

Please login to write comment.