Color spaces of #fea8da
RGB | 254 | 168 | 218 |
---|---|---|---|
HSL | 0.90 | 0.98 | 0.83 |
HSV | 325° | 34° | 100° |
CMYK | 0.00 | 0.34 | 0.14 0.00 |
XYZ | 67.5306 | 54.1380 | 73.2201 |
Yxy | 54.1380 | 0.3465 | 0.2778 |
Hunter Lab | 73.5785 | 35.0654 | -7.4962 |
CIE-Lab | 78.5421 | 38.6509 | -12.2176 |
#fea8da color RGB value is (254,168,218).
#fea8da hex color red value is 254, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fea8da hue: 0.90 , saturation: 0.98 and the lightness value of fea8da is 0.83.
The process color (four color CMYK) of #fea8da color hex is 0.00, 0.34, 0.14, 0.00. Web safe color of #fea8da is #ff99cc. Color #fea8da contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101000 | 11011010 |
Octal | 376 | 250 | 332 |
Decimal | 254 | 168 | 218 |
Hex | FE | A8 | DA |
Shades of #fea8da
Tints of #fea8da
RGB Percentages of Color #fea8da
CMYK Percentages of Color #fea8da
Complementary Color
#fea8da | #a8fecc |
#fea8da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fea8da Color Preview on White Background
Lorem ipsum dolor sit amet.
#fea8da Color CSS Codes
.mybgcolor {background-color:#fea8da; } .myforecolor {color:#fea8da; } .mybordercolor {border:3px solid #fea8da; }
#fea8da Text Font Color
<p style="color:#fea8da">Text here</p>
This sample text font color is #fea8da
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.
#fea8da Background Color
<div style="background-color:#fea8da">
Div content here</div>
This div background color is #fea8da
#fea8da Border Color
<div style="border:3px solid #fea8da">
Div here</div>
This div border color is #fea8da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,168,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fea8da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fea8da; -webkit-box-shadow: 1px 1px 3px 2px #fea8da; box-shadow: 1px 1px 3px 2px #fea8da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,168,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fea8da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fea8da; -webkit-box-shadow: 1px 1px 3px 2px #fea8da; box-shadow: 1px 1px 3px 2px #fea8da;">
Div content here</div>
This div box has shadow with color #fea8da
Comments
No comments written yet.
Please login to write comment.