Color Hex Logo

#ffbedc Color Hex

#FFBEDC
(255,190,220)
2 Favorites   1 Comments

Color spaces of #ffbedc

RGB 255190220
HSL0.921.000.87
HSV332°25°100°
CMYK 0.000.250.14   0.00
XYZ72.571763.254276.0945
Yxy63.25420.34240.2985
Hunter Lab79.532523.6955-1.0543
CIE-Lab83.575927.7899-5.8021

#ffbedc color RGB value is (255,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11011100
Octal 377 276 334
Decimal 255 190 220
Hex FF BE DC

RGB Percentages of Color #ffbedc

%38.35
%28.57
%33.08

CMYK Percentages of Color #ffbedc

%0
%25
%14
%0

Triadic Colors of #ffbedc

#ffbedc #dcffbe #bedcff

Analogous Colors of #ffbedc

#ffbedc #ffc1be #ffbefd

Monochromatic Colors of #ffbedc

#ffbedc

Complementary Color

#ffbedc #beffe1

#ffbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbedc Color CSS Codes

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

#ffbedc Text Font Color

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

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


#ffbedc Background Color

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

This div background color is #ffbedc


#ffbedc Border Color

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

This div border color is #ffbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbedc

Related Colors

#ffbedc Color Palettes


Comments

18 May 2019, 3:55 snowi

this is mine

Please login to write comment.