Color spaces of #fedfea
RGB | 254 | 223 | 234 |
---|---|---|---|
HSL | 0.94 | 0.94 | 0.94 |
HSV | 339° | 12° | 100° |
CMYK | 0.00 | 0.12 | 0.08 0.00 |
XYZ | 82.1120 | 79.7867 | 88.9145 |
Yxy | 79.7867 | 0.3274 | 0.3181 |
Hunter Lab | 89.3234 | 7.7731 | 3.5078 |
CIE-Lab | 91.5891 | 12.4577 | -1.4410 |
#fedfea color RGB value is (254,223,234).
#fedfea hex color red value is 254, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fedfea hue: 0.94 , saturation: 0.94 and the lightness value of fedfea is 0.94.
The process color (four color CMYK) of #fedfea color hex is 0.00, 0.12, 0.08, 0.00. Web safe color of #fedfea is #ffccff. Color #fedfea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011111 | 11101010 |
Octal | 376 | 337 | 352 |
Decimal | 254 | 223 | 234 |
Hex | FE | DF | EA |
Shades of #fedfea
Tints of #fedfea
RGB Percentages of Color #fedfea
CMYK Percentages of Color #fedfea
Complementary Color
#fedfea | #dffef3 |
#fedfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fedfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#fedfea Color CSS Codes
.mybgcolor {background-color:#fedfea; } .myforecolor {color:#fedfea; } .mybordercolor {border:3px solid #fedfea; }
#fedfea Text Font Color
<p style="color:#fedfea">Text here</p>
This sample text font color is #fedfea
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.
#fedfea Background Color
<div style="background-color:#fedfea">
Div content here</div>
This div background color is #fedfea
#fedfea Border Color
<div style="border:3px solid #fedfea">
Div here</div>
This div border color is #fedfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,223,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fedfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fedfea; -webkit-box-shadow: 1px 1px 3px 2px #fedfea; box-shadow: 1px 1px 3px 2px #fedfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,223,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fedfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fedfea; -webkit-box-shadow: 1px 1px 3px 2px #fedfea; box-shadow: 1px 1px 3px 2px #fedfea;">
Div content here</div>
This div box has shadow with color #fedfea
Comments
No comments written yet.
Please login to write comment.