Color spaces of #ffbedc
RGB | 255 | 190 | 220 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.87 |
HSV | 332° | 25° | 100° |
CMYK | 0.00 | 0.25 | 0.14 0.00 |
XYZ | 72.5717 | 63.2542 | 76.0945 |
Yxy | 63.2542 | 0.3424 | 0.2985 |
Hunter Lab | 79.5325 | 23.6955 | -1.0543 |
CIE-Lab | 83.5759 | 27.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111110 | 11011100 |
Octal | 377 | 276 | 334 |
Decimal | 255 | 190 | 220 |
Hex | FF | BE | DC |
Shades of #ffbedc
Tints of #ffbedc
RGB Percentages of Color #ffbedc
CMYK Percentages of Color #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
this is mine