Color spaces of #feabcb
RGB | 254 | 171 | 203 |
---|---|---|---|
HSL | 0.94 | 0.98 | 0.83 |
HSV | 337° | 33° | 100° |
CMYK | 0.00 | 0.33 | 0.20 0.00 |
XYZ | 66.2155 | 54.5084 | 63.5312 |
Yxy | 54.5084 | 0.3594 | 0.2958 |
Hunter Lab | 73.8298 | 30.8886 | 0.6613 |
CIE-Lab | 78.7573 | 34.8085 | -3.7495 |
#feabcb color RGB value is (254,171,203).
#feabcb hex color red value is 254, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #feabcb hue: 0.94 , saturation: 0.98 and the lightness value of feabcb is 0.83.
The process color (four color CMYK) of #feabcb color hex is 0.00, 0.33, 0.20, 0.00. Web safe color of #feabcb is #ff99cc. Color #feabcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101011 | 11001011 |
Octal | 376 | 253 | 313 |
Decimal | 254 | 171 | 203 |
Hex | FE | AB | CB |
Shades of #feabcb
Tints of #feabcb
RGB Percentages of Color #feabcb
CMYK Percentages of Color #feabcb
Complementary Color
#feabcb | #abfede |
#feabcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feabcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#feabcb Color CSS Codes
.mybgcolor {background-color:#feabcb; } .myforecolor {color:#feabcb; } .mybordercolor {border:3px solid #feabcb; }
#feabcb Text Font Color
<p style="color:#feabcb">Text here</p>
This sample text font color is #feabcb
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.
#feabcb Background Color
<div style="background-color:#feabcb">
Div content here</div>
This div background color is #feabcb
#feabcb Border Color
<div style="border:3px solid #feabcb">
Div here</div>
This div border color is #feabcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,171,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feabcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feabcb; -webkit-box-shadow: 1px 1px 3px 2px #feabcb; box-shadow: 1px 1px 3px 2px #feabcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,171,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feabcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feabcb; -webkit-box-shadow: 1px 1px 3px 2px #feabcb; box-shadow: 1px 1px 3px 2px #feabcb;">
Div content here</div>
This div box has shadow with color #feabcb
Comments
No comments written yet.
Please login to write comment.