Color spaces of #feced5
RGB | 254 | 206 | 213 |
---|---|---|---|
HSL | 0.98 | 0.96 | 0.90 |
HSV | 351° | 19° | 100° |
CMYK | 0.00 | 0.19 | 0.16 0.00 |
XYZ | 74.9546 | 70.0175 | 72.5150 |
Yxy | 70.0175 | 0.3446 | 0.3219 |
Hunter Lab | 83.6765 | 13.4606 | 7.1921 |
CIE-Lab | 87.0054 | 17.9557 | 2.9386 |
#feced5 color RGB value is (254,206,213).
#feced5 hex color red value is 254, green value is 206 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #feced5 hue: 0.98 , saturation: 0.96 and the lightness value of feced5 is 0.90.
The process color (four color CMYK) of #feced5 color hex is 0.00, 0.19, 0.16, 0.00. Web safe color of #feced5 is #ffcccc. Color #feced5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001110 | 11010101 |
Octal | 376 | 316 | 325 |
Decimal | 254 | 206 | 213 |
Hex | FE | CE | D5 |
Shades of #feced5
Tints of #feced5
RGB Percentages of Color #feced5
CMYK Percentages of Color #feced5
Complementary Color
#feced5 | #cefef7 |
#feced5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feced5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feced5 Color CSS Codes
.mybgcolor {background-color:#feced5; } .myforecolor {color:#feced5; } .mybordercolor {border:3px solid #feced5; }
#feced5 Text Font Color
<p style="color:#feced5">Text here</p>
This sample text font color is #feced5
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.
#feced5 Background Color
<div style="background-color:#feced5">
Div content here</div>
This div background color is #feced5
#feced5 Border Color
<div style="border:3px solid #feced5">
Div here</div>
This div border color is #feced5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,206,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feced5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feced5; -webkit-box-shadow: 1px 1px 3px 2px #feced5; box-shadow: 1px 1px 3px 2px #feced5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,206,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feced5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feced5; -webkit-box-shadow: 1px 1px 3px 2px #feced5; box-shadow: 1px 1px 3px 2px #feced5;">
Div content here</div>
This div box has shadow with color #feced5
Comments
No comments written yet.
Please login to write comment.