Color spaces of #fbaff7
RGB | 251 | 175 | 247 |
---|---|---|---|
HSL | 0.84 | 0.90 | 0.84 |
HSV | 303° | 30° | 98° |
CMYK | 0.00 | 0.30 | 0.02 0.02 |
XYZ | 71.9021 | 57.8846 | 95.3789 |
Yxy | 57.8846 | 0.3193 | 0.2571 |
Hunter Lab | 76.0819 | 35.5501 | -21.0706 |
CIE-Lab | 80.6746 | 38.8859 | -24.6839 |
#fbaff7 color RGB value is (251,175,247).
#fbaff7 hex color red value is 251, green value is 175 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fbaff7 hue: 0.84 , saturation: 0.90 and the lightness value of fbaff7 is 0.84.
The process color (four color CMYK) of #fbaff7 color hex is 0.00, 0.30, 0.02, 0.02. Web safe color of #fbaff7 is #ff99ff. Color #fbaff7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101111 | 11110111 |
Octal | 373 | 257 | 367 |
Decimal | 251 | 175 | 247 |
Hex | FB | AF | F7 |
Shades of #fbaff7
Tints of #fbaff7
RGB Percentages of Color #fbaff7
CMYK Percentages of Color #fbaff7
Complementary Color
#fbaff7 | #affbb3 |
#fbaff7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbaff7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbaff7 Color CSS Codes
.mybgcolor {background-color:#fbaff7; } .myforecolor {color:#fbaff7; } .mybordercolor {border:3px solid #fbaff7; }
#fbaff7 Text Font Color
<p style="color:#fbaff7">Text here</p>
This sample text font color is #fbaff7
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.
#fbaff7 Background Color
<div style="background-color:#fbaff7">
Div content here</div>
This div background color is #fbaff7
#fbaff7 Border Color
<div style="border:3px solid #fbaff7">
Div here</div>
This div border color is #fbaff7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,175,247, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbaff7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbaff7; -webkit-box-shadow: 1px 1px 3px 2px #fbaff7; box-shadow: 1px 1px 3px 2px #fbaff7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,175,247, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbaff7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbaff7; -webkit-box-shadow: 1px 1px 3px 2px #fbaff7; box-shadow: 1px 1px 3px 2px #fbaff7;">
Div content here</div>
This div box has shadow with color #fbaff7
Related Colors
Comments
No comments written yet.
Please login to write comment.