Color spaces of #fafcc7
RGB | 250 | 252 | 199 |
---|---|---|---|
HSL | 0.17 | 0.90 | 0.88 |
HSV | 62° | 21° | 99° |
CMYK | 0.01 | 0.00 | 0.21 0.01 |
XYZ | 84.5435 | 94.0683 | 67.7339 |
Yxy | 94.0683 | 0.3432 | 0.3819 |
Hunter Lab | 96.9888 | -14.1350 | 26.4859 |
CIE-Lab | 97.6595 | -9.0532 | 25.2338 |
#fafcc7 color RGB value is (250,252,199).
#fafcc7 hex color red value is 250, green value is 252 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #fafcc7 hue: 0.17 , saturation: 0.90 and the lightness value of fafcc7 is 0.88.
The process color (four color CMYK) of #fafcc7 color hex is 0.01, 0.00, 0.21, 0.01. Web safe color of #fafcc7 is #ffffcc. Color #fafcc7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111100 | 11000111 |
Octal | 372 | 374 | 307 |
Decimal | 250 | 252 | 199 |
Hex | FA | FC | C7 |
Shades of #fafcc7
Tints of #fafcc7
RGB Percentages of Color #fafcc7
CMYK Percentages of Color #fafcc7
Complementary Color
#fafcc7 | #c9c7fc |
#fafcc7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafcc7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafcc7 Color CSS Codes
.mybgcolor {background-color:#fafcc7; } .myforecolor {color:#fafcc7; } .mybordercolor {border:3px solid #fafcc7; }
#fafcc7 Text Font Color
<p style="color:#fafcc7">Text here</p>
This sample text font color is #fafcc7
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.
#fafcc7 Background Color
<div style="background-color:#fafcc7">
Div content here</div>
This div background color is #fafcc7
#fafcc7 Border Color
<div style="border:3px solid #fafcc7">
Div here</div>
This div border color is #fafcc7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,252,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafcc7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafcc7; -webkit-box-shadow: 1px 1px 3px 2px #fafcc7; box-shadow: 1px 1px 3px 2px #fafcc7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,252,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafcc7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafcc7; -webkit-box-shadow: 1px 1px 3px 2px #fafcc7; box-shadow: 1px 1px 3px 2px #fafcc7;">
Div content here</div>
This div box has shadow with color #fafcc7
Comments
No comments written yet.
Please login to write comment.