Color spaces of #feaabf
RGB | 254 | 170 | 191 |
---|---|---|---|
HSL | 0.96 | 0.98 | 0.83 |
HSV | 345° | 33° | 100° |
CMYK | 0.00 | 0.33 | 0.25 0.00 |
XYZ | 64.6517 | 53.5819 | 56.2250 |
Yxy | 53.5819 | 0.3706 | 0.3071 |
Hunter Lab | 73.1997 | 29.5561 | 5.6988 |
CIE-Lab | 78.2173 | 33.6186 | 1.9887 |
#feaabf color RGB value is (254,170,191).
#feaabf hex color red value is 254, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #feaabf hue: 0.96 , saturation: 0.98 and the lightness value of feaabf is 0.83.
The process color (four color CMYK) of #feaabf color hex is 0.00, 0.33, 0.25, 0.00. Web safe color of #feaabf is #ff99cc. Color #feaabf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10101010 | 10111111 |
Octal | 376 | 252 | 277 |
Decimal | 254 | 170 | 191 |
Hex | FE | AA | BF |
Shades of #feaabf
Tints of #feaabf
RGB Percentages of Color #feaabf
CMYK Percentages of Color #feaabf
Complementary Color
#feaabf | #aafee9 |
#feaabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feaabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#feaabf Color CSS Codes
.mybgcolor {background-color:#feaabf; } .myforecolor {color:#feaabf; } .mybordercolor {border:3px solid #feaabf; }
#feaabf Text Font Color
<p style="color:#feaabf">Text here</p>
This sample text font color is #feaabf
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.
#feaabf Background Color
<div style="background-color:#feaabf">
Div content here</div>
This div background color is #feaabf
#feaabf Border Color
<div style="border:3px solid #feaabf">
Div here</div>
This div border color is #feaabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,170,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feaabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feaabf; -webkit-box-shadow: 1px 1px 3px 2px #feaabf; box-shadow: 1px 1px 3px 2px #feaabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,170,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feaabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feaabf; -webkit-box-shadow: 1px 1px 3px 2px #feaabf; box-shadow: 1px 1px 3px 2px #feaabf;">
Div content here</div>
This div box has shadow with color #feaabf
Comments
No comments written yet.
Please login to write comment.