Color spaces of #fbabce
RGB | 251 | 171 | 206 |
---|---|---|---|
HSL | 0.93 | 0.91 | 0.83 |
HSV | 334° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.18 0.02 |
XYZ | 65.4871 | 54.0913 | 65.3816 |
Yxy | 54.0913 | 0.3541 | 0.2924 |
Hunter Lab | 73.5468 | 30.2320 | -1.2249 |
CIE-Lab | 78.5149 | 34.2216 | -5.7743 |
#fbabce color RGB value is (251,171,206).
#fbabce hex color red value is 251, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fbabce hue: 0.93 , saturation: 0.91 and the lightness value of fbabce is 0.83.
The process color (four color CMYK) of #fbabce color hex is 0.00, 0.32, 0.18, 0.02. Web safe color of #fbabce is #ff99cc. Color #fbabce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101011 | 11001110 |
Octal | 373 | 253 | 316 |
Decimal | 251 | 171 | 206 |
Hex | FB | AB | CE |
Shades of #fbabce
Tints of #fbabce
RGB Percentages of Color #fbabce
CMYK Percentages of Color #fbabce
Complementary Color
#fbabce | #abfbd8 |
#fbabce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbabce Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbabce Color CSS Codes
.mybgcolor {background-color:#fbabce; } .myforecolor {color:#fbabce; } .mybordercolor {border:3px solid #fbabce; }
#fbabce Text Font Color
<p style="color:#fbabce">Text here</p>
This sample text font color is #fbabce
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.
#fbabce Background Color
<div style="background-color:#fbabce">
Div content here</div>
This div background color is #fbabce
#fbabce Border Color
<div style="border:3px solid #fbabce">
Div here</div>
This div border color is #fbabce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,171,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbabce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbabce; -webkit-box-shadow: 1px 1px 3px 2px #fbabce; box-shadow: 1px 1px 3px 2px #fbabce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,171,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbabce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbabce; -webkit-box-shadow: 1px 1px 3px 2px #fbabce; box-shadow: 1px 1px 3px 2px #fbabce;">
Div content here</div>
This div box has shadow with color #fbabce
Comments
No comments written yet.
Please login to write comment.