Color spaces of #faaffb
RGB | 250 | 175 | 251 |
---|---|---|---|
HSL | 0.83 | 0.90 | 0.84 |
HSV | 299° | 30° | 98° |
CMYK | 0.00 | 0.30 | 0.00 0.02 |
XYZ | 72.1669 | 57.9490 | 98.6484 |
Yxy | 57.9490 | 0.3155 | 0.2533 |
Hunter Lab | 76.1242 | 36.0032 | -23.5462 |
CIE-Lab | 80.7104 | 39.2900 | -26.7842 |
#faaffb color RGB value is (250,175,251).
#faaffb hex color red value is 250, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #faaffb hue: 0.83 , saturation: 0.90 and the lightness value of faaffb is 0.84.
The process color (four color CMYK) of #faaffb color hex is 0.00, 0.30, 0.00, 0.02. Web safe color of #faaffb is #ff99ff. Color #faaffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101111 | 11111011 |
Octal | 372 | 257 | 373 |
Decimal | 250 | 175 | 251 |
Hex | FA | AF | FB |
Shades of #faaffb
Tints of #faaffb
RGB Percentages of Color #faaffb
CMYK Percentages of Color #faaffb
Complementary Color
#faaffb | #b0fbaf |
#faaffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faaffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#faaffb Color CSS Codes
.mybgcolor {background-color:#faaffb; } .myforecolor {color:#faaffb; } .mybordercolor {border:3px solid #faaffb; }
#faaffb Text Font Color
<p style="color:#faaffb">Text here</p>
This sample text font color is #faaffb
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.
#faaffb Background Color
<div style="background-color:#faaffb">
Div content here</div>
This div background color is #faaffb
#faaffb Border Color
<div style="border:3px solid #faaffb">
Div here</div>
This div border color is #faaffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,175,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faaffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faaffb; -webkit-box-shadow: 1px 1px 3px 2px #faaffb; box-shadow: 1px 1px 3px 2px #faaffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,175,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faaffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faaffb; -webkit-box-shadow: 1px 1px 3px 2px #faaffb; box-shadow: 1px 1px 3px 2px #faaffb;">
Div content here</div>
This div box has shadow with color #faaffb
Comments
No comments written yet.
Please login to write comment.