Color spaces of #fb969f
RGB | 251 | 150 | 159 |
---|---|---|---|
HSL | 0.99 | 0.93 | 0.79 |
HSV | 355° | 40° | 98° |
CMYK | 0.00 | 0.40 | 0.37 0.02 |
XYZ | 56.9480 | 44.8251 | 38.4515 |
Yxy | 44.8251 | 0.4061 | 0.3197 |
Hunter Lab | 66.9515 | 34.6643 | 12.8148 |
CIE-Lab | 72.7766 | 38.8609 | 11.6962 |
#fb969f color RGB value is (251,150,159).
#fb969f hex color red value is 251, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fb969f hue: 0.99 , saturation: 0.93 and the lightness value of fb969f is 0.79.
The process color (four color CMYK) of #fb969f color hex is 0.00, 0.40, 0.37, 0.02. Web safe color of #fb969f is #ff9999. Color #fb969f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10010110 | 10011111 |
Octal | 373 | 226 | 237 |
Decimal | 251 | 150 | 159 |
Hex | FB | 96 | 9F |
Shades of #fb969f
Tints of #fb969f
RGB Percentages of Color #fb969f
CMYK Percentages of Color #fb969f
Complementary Color
#fb969f | #96fbf2 |
#fb969f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb969f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb969f Color CSS Codes
.mybgcolor {background-color:#fb969f; } .myforecolor {color:#fb969f; } .mybordercolor {border:3px solid #fb969f; }
#fb969f Text Font Color
<p style="color:#fb969f">Text here</p>
This sample text font color is #fb969f
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.
#fb969f Background Color
<div style="background-color:#fb969f">
Div content here</div>
This div background color is #fb969f
#fb969f Border Color
<div style="border:3px solid #fb969f">
Div here</div>
This div border color is #fb969f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,150,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb969f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb969f; -webkit-box-shadow: 1px 1px 3px 2px #fb969f; box-shadow: 1px 1px 3px 2px #fb969f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,150,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb969f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb969f; -webkit-box-shadow: 1px 1px 3px 2px #fb969f; box-shadow: 1px 1px 3px 2px #fb969f;">
Div content here</div>
This div box has shadow with color #fb969f
Comments
No comments written yet.
Please login to write comment.