Color spaces of #ffabbd
RGB | 255 | 171 | 189 |
---|---|---|---|
HSL | 0.96 | 1.00 | 0.84 |
HSV | 347° | 33° | 100° |
CMYK | 0.00 | 0.33 | 0.26 0.00 |
XYZ | 64.9882 | 54.0599 | 55.1535 |
Yxy | 54.0599 | 0.3731 | 0.3103 |
Hunter Lab | 73.5254 | 29.1044 | 6.9927 |
CIE-Lab | 78.4966 | 33.1762 | 3.4961 |
#ffabbd color RGB value is (255,171,189).
#ffabbd hex color red value is 255, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ffabbd hue: 0.96 , saturation: 1.00 and the lightness value of ffabbd is 0.84.
The process color (four color CMYK) of #ffabbd color hex is 0.00, 0.33, 0.26, 0.00. Web safe color of #ffabbd is #ff99cc. Color #ffabbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101011 | 10111101 |
Octal | 377 | 253 | 275 |
Decimal | 255 | 171 | 189 |
Hex | FF | AB | BD |
Shades of #ffabbd
Tints of #ffabbd
RGB Percentages of Color #ffabbd
CMYK Percentages of Color #ffabbd
Complementary Color
#ffabbd | #abffed |
#ffabbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffabbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffabbd Color CSS Codes
.mybgcolor {background-color:#ffabbd; } .myforecolor {color:#ffabbd; } .mybordercolor {border:3px solid #ffabbd; }
#ffabbd Text Font Color
<p style="color:#ffabbd">Text here</p>
This sample text font color is #ffabbd
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.
#ffabbd Background Color
<div style="background-color:#ffabbd">
Div content here</div>
This div background color is #ffabbd
#ffabbd Border Color
<div style="border:3px solid #ffabbd">
Div here</div>
This div border color is #ffabbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,171,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffabbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffabbd; -webkit-box-shadow: 1px 1px 3px 2px #ffabbd; box-shadow: 1px 1px 3px 2px #ffabbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,171,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffabbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffabbd; -webkit-box-shadow: 1px 1px 3px 2px #ffabbd; box-shadow: 1px 1px 3px 2px #ffabbd;">
Div content here</div>
This div box has shadow with color #ffabbd
#ffabbd Color Palettes
Comments
No comments written yet.
Please login to write comment.