Color spaces of #faaabb
RGB | 250 | 170 | 187 |
---|---|---|---|
HSL | 0.96 | 0.89 | 0.82 |
HSV | 347° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.25 0.02 |
XYZ | 62.7687 | 52.6613 | 53.8701 |
Yxy | 52.6613 | 0.3708 | 0.3111 |
Hunter Lab | 72.5681 | 27.4016 | 6.7844 |
CIE-Lab | 77.6746 | 31.6467 | 3.3251 |
#faaabb color RGB value is (250,170,187).
#faaabb hex color red value is 250, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #faaabb hue: 0.96 , saturation: 0.89 and the lightness value of faaabb is 0.82.
The process color (four color CMYK) of #faaabb color hex is 0.00, 0.32, 0.25, 0.02. Web safe color of #faaabb is #ff99cc. Color #faaabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101010 | 10111011 |
Octal | 372 | 252 | 273 |
Decimal | 250 | 170 | 187 |
Hex | FA | AA | BB |
Shades of #faaabb
Tints of #faaabb
RGB Percentages of Color #faaabb
CMYK Percentages of Color #faaabb
Complementary Color
#faaabb | #aafae9 |
#faaabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faaabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#faaabb Color CSS Codes
.mybgcolor {background-color:#faaabb; } .myforecolor {color:#faaabb; } .mybordercolor {border:3px solid #faaabb; }
#faaabb Text Font Color
<p style="color:#faaabb">Text here</p>
This sample text font color is #faaabb
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.
#faaabb Background Color
<div style="background-color:#faaabb">
Div content here</div>
This div background color is #faaabb
#faaabb Border Color
<div style="border:3px solid #faaabb">
Div here</div>
This div border color is #faaabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,170,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faaabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faaabb; -webkit-box-shadow: 1px 1px 3px 2px #faaabb; box-shadow: 1px 1px 3px 2px #faaabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,170,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faaabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faaabb; -webkit-box-shadow: 1px 1px 3px 2px #faaabb; box-shadow: 1px 1px 3px 2px #faaabb;">
Div content here</div>
This div box has shadow with color #faaabb
Comments
No comments written yet.
Please login to write comment.